Skip to content

Commit 4531af0

Browse files
Update docker/login-action action to v4
1 parent 14d191f commit 4531af0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
type=raw,value=dev,enable=${{ github.ref == 'refs/heads/dev' }}
3131
type=ref,event=tag
3232
type=sha,format=short
33-
- uses: docker/login-action@v3
33+
- uses: docker/login-action@v4
3434
if: github.event_name != 'pull_request'
3535
with:
3636
registry: ghcr.io

0 commit comments

Comments
 (0)