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 1e44937 + 48932a9 commit 0012bddCopy full SHA for 0012bdd
.github/workflows/release.yml
@@ -24,14 +24,14 @@ jobs:
24
go-version: 1.17
25
-
26
name: Docker Login
27
- uses: docker/login-action@v1
+ uses: docker/login-action@v2
28
with:
29
registry: ghcr.io
30
username: ${{ github.repository_owner }}
31
password: ${{ secrets.GH_TOKEN }}
32
33
name: Login to Docker Hub
34
35
36
username: ${{ secrets.DOCKERHUB_USERNAME }}
37
password: ${{ secrets.DOCKERHUB_TOKEN }}
0 commit comments