We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c39c98 commit f4ce574Copy full SHA for f4ce574
.github/workflows/push.yml
@@ -32,12 +32,12 @@ jobs:
32
restore-keys: |
33
${{ runner.os }}-go-
34
- name: Login to DockerHub
35
- uses: docker/login-action@v1
+ uses: docker/login-action@v2
36
with:
37
username: ${{ secrets.DOCKERHUB_USERNAME }}
38
password: ${{ secrets.DOCKERHUB_TOKEN }}
39
- name: Log in to GitHub Container registry
40
41
42
registry: ghcr.io
43
username: ${{ github.actor }}
0 commit comments