Skip to content

Commit c492130

Browse files
Alexander Matyushentsevpasha-codefresh
authored andcommitted
fix: add missing steps in release workflow to setup docker buildx (argoproj#8311)
Signed-off-by: Alexander Matyushentsev <[email protected]> Signed-off-by: pashavictorovich <[email protected]>
1 parent 7c75fc2 commit c492130

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,8 @@ jobs:
197197
if: ${{ env.DRY_RUN != 'true' }}
198198

199199

200+
- uses: docker/setup-qemu-action@v1
201+
- uses: docker/setup-buildx-action@v1
200202
- name: Build and push Docker image for release
201203
run: |
202204
set -ue

0 commit comments

Comments
 (0)