Skip to content

Commit db29de1

Browse files
committed
fix(gha): update docker bake push step to use unmerged bake-files
1 parent 2c779f2 commit db29de1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,10 @@ jobs:
181181
with:
182182
files: |
183183
./docker-bake.hcl
184-
./bake-metadata.json
184+
cwd://${{ steps.meta-k3d-binary.outputs.bake-file }}
185+
cwd://${{ steps.meta-k3d-dind.outputs.bake-file }}
186+
cwd://${{ steps.meta-k3d-proxy.outputs.bake-file }}
187+
cwd://${{ steps.meta-k3d-tools.outputs.bake-file }}
185188
targets: release
186189
push: true
187190

0 commit comments

Comments
 (0)