Skip to content

Commit 221ad8a

Browse files
committed
Update delivery.yml
1 parent f35ba05 commit 221ad8a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/delivery.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
uses: docker/build-push-action@v5
5454
with:
5555
context: .
56-
dockerfile: backend.Dockerfile
56+
file: backend.Dockerfile
5757
load: true
5858
tags: local/postguard-backend:scan
5959
cache-from: type=gha
@@ -79,6 +79,8 @@ jobs:
7979
uses: docker/build-push-action@v5
8080
if: ${{ github.event_name == 'release' || github.event_name == 'push' || github.event_name == 'workflow_dispatch' }}
8181
with:
82+
context: .
83+
file: backend.Dockerfile
8284
push: true
8385
tags: ${{ steps.meta.outputs.tags }}
8486
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)