Skip to content

Commit 8f87deb

Browse files
chore(deps): update docker/bake-action action to v6 (#20)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Tommaso Bailetti <tommaso.bailetti@nethesis.it>
1 parent 88f9c23 commit 8f87deb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@ jobs:
4646
registry: ghcr.io
4747
username: ${{ github.actor }}
4848
password: ${{ github.token }}
49-
- uses: docker/bake-action@v5
49+
- uses: docker/bake-action@v6
5050
with:
5151
targets: production
5252
files: |
5353
./docker-bake.hcl
54-
${{ steps.meta-php.outputs.bake-file }}
55-
${{ steps.meta-nginx.outputs.bake-file }}
54+
cwd://${{ steps.meta-php.outputs.bake-file }}
55+
cwd://${{ steps.meta-nginx.outputs.bake-file }}
5656
sbom: true
5757
provenance: true
5858
push: true

0 commit comments

Comments
 (0)