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 c075d5e commit e8da327Copy full SHA for e8da327
.github/workflows/release.yml
@@ -30,7 +30,7 @@ jobs:
30
# go mod tidy
31
# go test -v ./...
32
- name: Docker Login
33
- uses: docker/login-action@v1
+ uses: docker/login-action@v2
34
with:
35
registry: ghcr.io
36
username: ${{ github.repository_owner }}
0 commit comments