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 9fbe293 commit 63e89bfCopy full SHA for 63e89bf
.github/workflows/build-publish.yml
@@ -64,13 +64,13 @@ jobs:
64
uses: docker/setup-buildx-action@v2
65
66
- name: Login to DockerHub
67
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
68
with:
69
username: ${{ secrets.DOCKERHUB_USERNAME }}
70
password: ${{ secrets.DOCKERHUB_TOKEN }}
71
72
- name: Log in to GitHub Container Registry
73
74
75
registry: ghcr.io
76
username: ${{ github.actor }}
0 commit comments