Skip to content

Commit

Permalink
fix(gha): update docker bake push step to use unmerged bake-files
Browse files Browse the repository at this point in the history
  • Loading branch information
iwilltry42 committed Jan 17, 2025
1 parent 2c779f2 commit db29de1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,10 @@ jobs:
with:
files: |
./docker-bake.hcl
./bake-metadata.json
cwd://${{ steps.meta-k3d-binary.outputs.bake-file }}
cwd://${{ steps.meta-k3d-dind.outputs.bake-file }}
cwd://${{ steps.meta-k3d-proxy.outputs.bake-file }}
cwd://${{ steps.meta-k3d-tools.outputs.bake-file }}
targets: release
push: true

Expand Down

0 comments on commit db29de1

Please sign in to comment.