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 eb0590b commit 8259392Copy full SHA for 8259392
.github/workflows/nightly.yml
@@ -204,6 +204,13 @@ jobs:
204
username: ${{ github.actor }}
205
password: ${{ secrets.GITHUB_TOKEN }}
206
207
+ - name: Log in to DockerHub Registry
208
+ uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
209
+ with:
210
+ registry: docker.io
211
+ username: ${{ secrets.DOCKER_HUB_USERNAME }}
212
+ password: ${{ secrets.DOCKER_HUB_TOKEN }}
213
+
214
- name: Create and push multi-arch nightly tags
215
run: |
216
# Main image
0 commit comments