Skip to content

Commit

Permalink
Fix bake-action build step (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
devinrsmith authored Jan 6, 2025
1 parent 042d510 commit badbc1e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- run: mkdir /tmp/dist

- name: Bake
uses: docker/[email protected]
with:
Expand Down

0 comments on commit badbc1e

Please sign in to comment.