We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a010958 + d48fb55 commit c923b95Copy full SHA for c923b95
1 file changed
.github/workflows/build.yml
@@ -32,7 +32,7 @@ jobs:
32
restore-keys: |
33
${{ runner.os }}-go-
34
- name: Log in to GitHub Container registry
35
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
36
with:
37
registry: ghcr.io
38
username: ${{ github.actor }}
0 commit comments