Skip to content

Commit

Permalink
先試試看只推 latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Smilin committed Apr 17, 2024
1 parent 64c24df commit d48a302
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ jobs:
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push tag
uses: docker/build-push-action@v5
with:
context: .
push: true
tags: smile0301/auto-pixai:${{ steps.latest_tag.outputs.tag }}
# - name: Build and push tag
# uses: docker/build-push-action@v5
# with:
# context: .
# push: true
# tags: smile0301/auto-pixai:${{ steps.latest_tag.outputs.tag }}
- name: Build and push latest
uses: docker/build-push-action@v5
with:
Expand Down

0 comments on commit d48a302

Please sign in to comment.