Skip to content

Commit

Permalink
bugfix: Fix missing setup of buildx (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
imnotbrandon authored Mar 31, 2022
1 parent d24070b commit 6fa404d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
- name: version
run: echo ::set-output name=version::$(echo $GITHUB_REF | cut -d / -f 3)
id: version
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v1
- name: Run Buildx
run: |
docker buildx build . \
Expand Down

0 comments on commit 6fa404d

Please sign in to comment.