Skip to content

Commit 1d4da90

Browse files
build(deps): bump docker/login-action from 4.2.0 to 4.4.0 (#2097)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent eddbb59 commit 1d4da90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-ghcr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
TAG=${GITHUB_REF#refs/*/} # get branch or tag as image tag
3434
echo "ref=ghcr.io/${{ github.repository }}:${TAG}" >> $GITHUB_OUTPUT
3535
- name: docker login
36-
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
36+
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
3737
with:
3838
registry: ghcr.io
3939
username: ${{ github.actor }}

0 commit comments

Comments
 (0)