We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a1d050 commit 1c3f433Copy full SHA for 1c3f433
.github/workflows/ci-bake.yaml
@@ -44,7 +44,7 @@ jobs:
44
env:
45
github_token: ${{ secrets.GITHUB_TOKEN }}
46
with:
47
- files: ./ci/docker-bake.hcl
+ files: ./src/ci/docker-bake.hcl
48
push: false
49
load: true
50
targets: ci
@@ -69,7 +69,7 @@ jobs:
69
70
targets: prod
71
files: |
72
- ./ci/docker-bake.hcl
+ ./src/ci/docker-bake.hcl
73
cwd://${{ steps.meta.outputs.bake-file }}
74
set: |
75
prod.cache-from=type=gha
@@ -128,7 +128,7 @@ jobs:
128
sbom: true
129
130
131
132
133
134
0 commit comments