Skip to content

Commit 4db6bb5

Browse files
authored
Update build-docker.yaml
1 parent e74b659 commit 4db6bb5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build-docker.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ jobs:
2222
- name: Set up Docker Buildx
2323
uses: docker/setup-buildx-action@v3
2424

25+
- name: Login to Docker Hub
26+
uses: docker/login-action@v3
27+
with:
28+
username: ${{ secrets.DOCKERHUB_USERNAME }}
29+
password: ${{ secrets.DOCKERHUB_TOKEN }}
30+
2531
- name: Login to GitHub Container Registry
2632
uses: docker/login-action@v3
2733
with:

0 commit comments

Comments
 (0)