Skip to content

Commit

Permalink
ci: update workflows config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jun 24, 2024
1 parent 2e95b13 commit 4457514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:

- name: Build and push image:tags
uses: docker/build-push-action@v6
if: needs.build.outputs.successful == "false"
if: needs.build.outputs.successful == true
with:
push: true
context: .
Expand Down

0 comments on commit 4457514

Please sign in to comment.