We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 11ecdf4 + 5e9651f commit 2c2b7bfCopy full SHA for 2c2b7bf
1 file changed
.github/workflows/container-build.yaml
@@ -18,7 +18,7 @@ jobs:
18
19
- name: Log in to GitHub Container Registry
20
if: github.ref == 'refs/heads/main'
21
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
22
with:
23
registry: ghcr.io
24
username: ${{ github.actor }}
0 commit comments