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 2b5cfd7 commit e83916fCopy full SHA for e83916f
.github/workflows/release.yml
@@ -24,13 +24,13 @@ jobs:
24
with:
25
go-version: 1.20.2
26
- name: Login to GitHub Container Registry
27
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
28
29
registry: ghcr.io
30
username: ${{ github.actor }}
31
password: ${{ secrets.GITHUB_TOKEN }}
32
- name: Login to Docker Hub
33
34
35
username: ${{ secrets.DOCKERHUB_USER }}
36
password: ${{ secrets.DOCKERHUB_TOKEN }}
0 commit comments