Skip to content

Commit 0e0c554

Browse files
committed
Update
1 parent 5697a10 commit 0e0c554

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/timqi.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Log in to Docker Hub
4343
uses: docker/login-action@v2
4444
# if: steps.sync.outputs.has_new_commits == 'true'
45-
with:
45+
with:
4646
username: ${{ secrets.DOCKER_USERNAME }}
4747
password: ${{ secrets.DOCKER_PASSWORD }}
4848

@@ -56,6 +56,14 @@ jobs:
5656
type=raw,value=latest
5757
type=ref,event=tag
5858
59+
- name: Set up QEMU
60+
uses: docker/setup-qemu-action@v2
61+
# if: steps.sync.outputs.has_new_commits == 'true'
62+
63+
- name: Set up Docker Buildx
64+
uses: docker/setup-buildx-action@v2
65+
# if: steps.sync.outputs.has_new_commits == 'true'
66+
5967
- name: Build and push Docker image
6068
uses: docker/build-push-action@v4
6169
# if: steps.sync.outputs.has_new_commits == 'true'

0 commit comments

Comments
 (0)