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.
1 parent 62d29f0 commit 4912202Copy full SHA for 4912202
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
18
with:
19
go-version: stable # https://golang.org/dl/
20
- name: Docker Login
21
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
22
23
registry: ghcr.io
24
username: ${{ github.actor }}
0 commit comments