We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a0c112 commit 8c468abCopy full SHA for 8c468ab
.github/workflows/ci.yml
@@ -164,11 +164,11 @@ jobs:
164
with:
165
images: ${{ env.REGISTRY_IMAGE }}
166
167
- - name: Login to Docker Hub
168
- uses: docker/login-action@v3
+ - uses: docker/login-action@v3.4.0
169
170
- username: ${{ secrets.DOCKERHUB_USERNAME }}
171
- password: ${{ secrets.DOCKERHUB_TOKEN }}
+ registry: ghcr.io
+ username: ${{ github.repository_owner }}
+ password: ${{ secrets.GITHUB_TOKEN }}
172
173
- name: Create manifest list and push
174
working-directory: /tmp/digests
0 commit comments