diff --git a/.github/workflows/timqi.yml b/.github/workflows/timqi.yml index fb81ce08946..a59a20ee719 100644 --- a/.github/workflows/timqi.yml +++ b/.github/workflows/timqi.yml @@ -26,8 +26,6 @@ jobs: upstream_sync_branch: main target_sync_branch: main target_repo_token: ${{ secrets.GITHUB_TOKEN }} # automatically generated, no need to set - - # Set test_mode true to run tests instead of the true action!! test_mode: false - name: Sync check @@ -40,7 +38,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,9 +54,11 @@ jobs: - 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