From 0e0c554ce2c28eeb61726303d99ccbb8d0dd12e6 Mon Sep 17 00:00:00 2001 From: qiqi <i@timqi.com> Date: Fri, 6 Dec 2024 15:17:11 +0800 Subject: [PATCH] Update --- .github/workflows/timqi.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/timqi.yml b/.github/workflows/timqi.yml index 38895ef221c..070379ce777 100644 --- a/.github/workflows/timqi.yml +++ b/.github/workflows/timqi.yml @@ -42,7 +42,7 @@ jobs: - name: Log in to Docker Hub uses: docker/login-action@v2 # if: steps.sync.outputs.has_new_commits == 'true' - with: + with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} @@ -56,6 +56,14 @@ jobs: type=raw,value=latest type=ref,event=tag + - name: Set up QEMU + uses: docker/setup-qemu-action@v2 + # if: steps.sync.outputs.has_new_commits == 'true' + + - name: Set up Docker Buildx + uses: docker/setup-buildx-action@v2 + # if: steps.sync.outputs.has_new_commits == 'true' + - name: Build and push Docker image uses: docker/build-push-action@v4 # if: steps.sync.outputs.has_new_commits == 'true'