Skip to content

Commit 6cc9e46

Browse files
chore(deps): update docker/login-action action to v3.7.0
1 parent d2a3742 commit 6cc9e46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
type=semver,pattern=v{{major}}
3232
type=sha
3333
type=sha,format=long
34-
- uses: docker/login-action@v3.4.0
34+
- uses: docker/login-action@v3.7.0
3535
with:
3636
registry: ghcr.io
3737
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)