We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab472a4 commit c2642e2Copy full SHA for c2642e2
action.yml
@@ -49,7 +49,7 @@ runs:
49
run: |
50
PR_ID="pr_${{ github.event.repository.id }}_${{ github.event.number }}"
51
cd "${{ inputs.context }}"
52
- docker build -t $PR_ID -f "${{ inputs.dockerfile }}"
+ docker build -t $PR_ID -f "${{ inputs.dockerfile }}" .
53
docker save $PR_ID | gzip > "/tmp/${PR_ID}.tar.gz"
54
- id: execute-deployment
55
name: Execute deployment
0 commit comments