Skip to content

Commit 8766ded

Browse files
committed
ci: update docker build workflow
1 parent 5eeb5de commit 8766ded

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy-docker.yml

+3
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ jobs:
5454
- name: "⚙️ Set up Docker Buildx"
5555
id: buildx
5656
uses: docker/setup-buildx-action@v3
57+
with:
58+
version: latest
59+
driver-opts: 'image=moby/buildkit:v0.10.5'
5760

5861
- name: "⚙️ Login to DockerHub"
5962
if: github.event_name != 'pull_request'

0 commit comments

Comments
 (0)