Skip to content

Commit 7c77117

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_containers.yml

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

0 commit comments

Comments
 (0)