Skip to content

Commit 7f0f5fa

Browse files
ci: fix amd build issue (#804)
1 parent 030c56f commit 7f0f5fa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
SHORT_SHA: ${{ needs.set-short-sha.outputs.short_sha }}
3232
steps:
3333
- uses: docker/setup-buildx-action@v1
34+
with:
35+
driver: "docker"
3436
- name: Checkout code
3537
uses: actions/checkout@v3
3638
- name: Login to Quay.io

0 commit comments

Comments
 (0)