Skip to content

Commit 7c33933

Browse files
committed
image test
1 parent 6f3f83c commit 7c33933

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/publish-api-dockerhub.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ jobs:
3333
platform: linux/arm64
3434

3535
steps:
36+
- name: Checkout code
37+
uses: actions/checkout@v4
38+
3639
- name: Prepare
3740
run: |
3841
platform=${{ matrix.platform }}
@@ -41,7 +44,6 @@ jobs:
4144
- name: Login to Docker Hub
4245
uses: docker/login-action@v3
4346
with:
44-
registry: docker.io
4547
username: ${{ secrets.DOCKER_USERNAME }}
4648
password: ${{ secrets.DOCKER_PASSWORD }}
4749

@@ -89,6 +91,9 @@ jobs:
8991
needs: build
9092
runs-on: ubuntu-latest
9193
steps:
94+
- name: Checkout code
95+
uses: actions/checkout@v4
96+
9297
- name: Download digests
9398
uses: actions/download-artifact@v4
9499
with:
@@ -99,7 +104,6 @@ jobs:
99104
- name: Login to Docker Hub
100105
uses: docker/login-action@v3
101106
with:
102-
registry: docker.io
103107
username: ${{ secrets.DOCKER_USERNAME }}
104108
password: ${{ secrets.DOCKER_PASSWORD }}
105109

0 commit comments

Comments
 (0)