Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
timqi committed Dec 6, 2024
1 parent 0dbb87d commit 7221b9e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/timqi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}

Expand All @@ -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
Expand Down

0 comments on commit 7221b9e

Please sign in to comment.