Skip to content

Commit c2642e2

Browse files
authored
Update action.yml
Signed-off-by: Abasifreke Nkanang <[email protected]>
1 parent ab472a4 commit c2642e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ runs:
4949
run: |
5050
PR_ID="pr_${{ github.event.repository.id }}_${{ github.event.number }}"
5151
cd "${{ inputs.context }}"
52-
docker build -t $PR_ID -f "${{ inputs.dockerfile }}"
52+
docker build -t $PR_ID -f "${{ inputs.dockerfile }}" .
5353
docker save $PR_ID | gzip > "/tmp/${PR_ID}.tar.gz"
5454
- id: execute-deployment
5555
name: Execute deployment

0 commit comments

Comments
 (0)