We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f52277 commit ae2db1bCopy full SHA for ae2db1b
.github/workflows/build.yml
@@ -51,8 +51,8 @@ jobs:
51
targets: production
52
files: |
53
./docker-bake.hcl
54
- ${{ steps.meta-php.outputs.bake-file }}
55
- ${{ steps.meta-nginx.outputs.bake-file }}
+ cwd://${{ steps.meta-php.outputs.bake-file }}
+ cwd://${{ steps.meta-nginx.outputs.bake-file }}
56
sbom: true
57
provenance: true
58
push: true
0 commit comments