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'