We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c75d2df commit 616c91eCopy full SHA for 616c91e
.github/workflows/release.yml
@@ -45,13 +45,13 @@ jobs:
45
id: go
46
47
- name: Login to DockerHub
48
- uses: docker/login-action@v1.14.1
+ uses: docker/login-action@v2.0.0
49
with:
50
username: ${{ secrets.DOCKER_USER }}
51
password: ${{ secrets.DOCKER_PASS }}
52
53
- name: Login to GitHub Container Registry
54
- uses: docker/login-action@v2
55
56
registry: ghcr.io
57
username: ${{ github.actor }}
0 commit comments