Skip to content

Commit ae2db1b

Browse files
committed
updated bake definitions
1 parent 6f52277 commit ae2db1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ jobs:
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)