We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88f9c23 commit 8f87debCopy full SHA for 8f87deb
.github/workflows/build.yml
@@ -46,13 +46,13 @@ jobs:
46
registry: ghcr.io
47
username: ${{ github.actor }}
48
password: ${{ github.token }}
49
- - uses: docker/bake-action@v5
+ - uses: docker/bake-action@v6
50
with:
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