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 57529ef commit 975c18eCopy full SHA for 975c18e
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
18
with:
19
go-version: 1.18 # https://golang.org/dl/
20
- name: Docker Login
21
- uses: docker/login-action@v1
+ uses: docker/login-action@v2
22
23
registry: ghcr.io
24
username: ${{ github.actor }}
0 commit comments