Skip to content

Commit

Permalink
fix: add missing steps in release workflow to setup docker buildx (#8311
Browse files Browse the repository at this point in the history
)

Signed-off-by: Alexander Matyushentsev <[email protected]>
  • Loading branch information
Alexander Matyushentsev authored Jan 28, 2022
1 parent 4aa614d commit d2a3a4d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,8 @@ jobs:
if: ${{ env.DRY_RUN != 'true' }}


- uses: docker/setup-qemu-action@v1
- uses: docker/setup-buildx-action@v1
- name: Build and push Docker image for release
run: |
set -ue
Expand Down

0 comments on commit d2a3a4d

Please sign in to comment.