Skip to content

Commit 8259392

Browse files
committed
login to dockerhub
Signed-off-by: Tuan Anh Tran <[email protected]>
1 parent eb0590b commit 8259392

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/nightly.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,13 @@ jobs:
204204
username: ${{ github.actor }}
205205
password: ${{ secrets.GITHUB_TOKEN }}
206206

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+
207214
- name: Create and push multi-arch nightly tags
208215
run: |
209216
# Main image

0 commit comments

Comments
 (0)