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 dddbf36 + 63e89bf commit e19f5efCopy full SHA for e19f5ef
.github/workflows/build-publish.yml
@@ -64,13 +64,13 @@ jobs:
64
uses: docker/setup-buildx-action@v3
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