Skip to content

Commit

Permalink
Fix path to bake file
Browse files Browse the repository at this point in the history
  • Loading branch information
mattprintz committed Mar 20, 2024
1 parent 9c14ab6 commit 54fc5ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-cloud-builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- bake-target
uses: darpa-askem/.github/.github/workflows/bake-publish-cloud-builder.yaml@main
with:
file: 'docker/docker-bake.hcl'
file: 'docker-bake.hcl'
group: ${{ needs.bake-target.outputs.target }}
registry: 'ghcr.io'
organization: ${{ github.repository_owner }}
Expand Down

0 comments on commit 54fc5ab

Please sign in to comment.