Skip to content

Commit

Permalink
修改參數
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Smilin committed Apr 17, 2024
1 parent 4877f2f commit 572d9f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@ jobs:
needs: tag
steps:
- name: Build and push tag
env:
TAG: ${{needs.tag.outputs.latest_tag}}
# env:
# TAG: ${{needs.tag.outputs.latest_tag}}
uses: docker/build-push-action@v5
with:
context: .
push: true
tags: smile0301/auto-pixai:$TAG
tags: smile0301/auto-pixai:${{needs.tag.outputs.latest_tag}}
- name: Build and push latest
uses: docker/build-push-action@v5
with:
Expand Down

0 comments on commit 572d9f0

Please sign in to comment.