Skip to content

Commit ac31cf1

Browse files
chore(deps): update docker/login-action action to v3.4.0 (#401)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0130288 commit ac31cf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_containers.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
echo IMAGE_TAG="$(echo "${{ github.ref }}" | tr '[:upper:]' '[:lower:]' | awk '{sub(/([^\/]*\/){2}/,""); gsub(/\/|_/, "-")}1')" >> "$GITHUB_ENV"
3737
echo IS_NOT_PR="${{ env.IS_NOT_PR }})"
3838
- name: Login to GitHub Container Registry
39-
uses: docker/login-action@v3.3.0
39+
uses: docker/login-action@v3.4.0
4040
if: github.event_name != 'pull_request'
4141
with:
4242
registry: ghcr.io

0 commit comments

Comments
 (0)