Skip to content

Commit 0a15f71

Browse files
authored
Fix(ci): docker build driver (#143)
* revert setup-buildx-action version * test driver * revert build on pr
1 parent 15d4e66 commit 0a15f71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: Set up Docker Buildx
5555
uses: docker/setup-buildx-action@v2
5656
with:
57-
driver: 'docker'
57+
driver: ${{ matrix.docker-platform == 'linux/amd64' && 'docker' || 'docker-container' }}
5858
- name: Checkout code
5959
uses: actions/checkout@v3
6060
- name: Login to Quay.io

0 commit comments

Comments
 (0)