Skip to content

Commit

Permalink
Fix input variable in github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
chbrandt committed Oct 24, 2023
1 parent c78dbce commit fa1ff86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: ${{ inputs.context_path }}
file: ${{ inputs.file_path }}
file: ${{ inputs.dockerfile_path }}
# push: true
push: ${{ github.event_name == 'push' }}
# tags: user/app:latest
Expand Down

0 comments on commit fa1ff86

Please sign in to comment.