Skip to content

Commit

Permalink
fix: missing context for dev image building
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Dec 12, 2022
1 parent 308dd33 commit d740715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ runs:
uses: docker/build-push-action@v3
if: ${{ github.event_name != 'release' }}
with:
context: .
context: ${{ inputs.context }}
file: ${{ inputs.development-dockerfile }}
build-args: ${{ inputs.build-args }}
push: true
Expand Down

0 comments on commit d740715

Please sign in to comment.