Skip to content

Commit

Permalink
fix: identifier 重复问题
Browse files Browse the repository at this point in the history
  • Loading branch information
besscroft committed May 3, 2024
1 parent 14899d2 commit 1a79d34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
id: set_up_buildx
uses: docker/setup-buildx-action@v3
- name: Build and push latest
id: docker_build
id: docker_build_latest
uses: docker/build-push-action@v5
with:
context: ./
Expand All @@ -35,7 +35,7 @@ jobs:
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/picimpact:latest
- name: Build and push version
id: docker_build
id: docker_build_version
uses: docker/build-push-action@v5
with:
context: ./
Expand Down

0 comments on commit 1a79d34

Please sign in to comment.