Skip to content

Commit

Permalink
fix: docker-build/action
Browse files Browse the repository at this point in the history
  • Loading branch information
kumy committed Apr 9, 2024
1 parent edd61c8 commit bc5cf65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/docker-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ runs:
with:
file: ${{ inputs.dockerfile }}
context: ${{ inputs.context }}
push: ${{ github.event_name != 'pull_request' && inputs.build_only == false }}
push: ${{ github.event_name != 'pull_request' && ! inputs.build_only }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
build-args: |
Expand Down

0 comments on commit bc5cf65

Please sign in to comment.