We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f35ba05 commit 221ad8aCopy full SHA for 221ad8a
1 file changed
.github/workflows/delivery.yml
@@ -53,7 +53,7 @@ jobs:
53
uses: docker/build-push-action@v5
54
with:
55
context: .
56
- dockerfile: backend.Dockerfile
+ file: backend.Dockerfile
57
load: true
58
tags: local/postguard-backend:scan
59
cache-from: type=gha
@@ -79,6 +79,8 @@ jobs:
79
80
if: ${{ github.event_name == 'release' || github.event_name == 'push' || github.event_name == 'workflow_dispatch' }}
81
82
+ context: .
83
84
push: true
85
tags: ${{ steps.meta.outputs.tags }}
86
labels: ${{ steps.meta.outputs.labels }}
0 commit comments