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 5697a10 commit 0e0c554
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/timqi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

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

0 comments on commit 0e0c554

Please sign in to comment.