Skip to content

Commit 1c3f433

Browse files
committed
fix: update file paths for Docker bake configuration in CI workflow
1 parent 7a1d050 commit 1c3f433

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci-bake.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
env:
4545
github_token: ${{ secrets.GITHUB_TOKEN }}
4646
with:
47-
files: ./ci/docker-bake.hcl
47+
files: ./src/ci/docker-bake.hcl
4848
push: false
4949
load: true
5050
targets: ci
@@ -69,7 +69,7 @@ jobs:
6969
load: true
7070
targets: prod
7171
files: |
72-
./ci/docker-bake.hcl
72+
./src/ci/docker-bake.hcl
7373
cwd://${{ steps.meta.outputs.bake-file }}
7474
set: |
7575
prod.cache-from=type=gha
@@ -128,7 +128,7 @@ jobs:
128128
sbom: true
129129
targets: prod
130130
files: |
131-
./ci/docker-bake.hcl
131+
./src/ci/docker-bake.hcl
132132
cwd://${{ steps.meta.outputs.bake-file }}
133133
set: |
134134
prod.cache-from=type=gha

0 commit comments

Comments
 (0)