Skip to content

Commit 2c2b7bf

Browse files
authored
Merge pull request #23 from bytes-zone/renovate/docker-login-action-4.x
Update docker/login-action action to v4
2 parents 11ecdf4 + 5e9651f commit 2c2b7bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/container-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- name: Log in to GitHub Container Registry
2020
if: github.ref == 'refs/heads/main'
21-
uses: docker/login-action@v3
21+
uses: docker/login-action@v4
2222
with:
2323
registry: ghcr.io
2424
username: ${{ github.actor }}

0 commit comments

Comments
 (0)