diff --git a/action.yml b/action.yml index fb73bc5..2bf4ad3 100644 --- a/action.yml +++ b/action.yml @@ -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