Skip to content

Commit ae25346

Browse files
authored
Merge pull request #22 from resonix-dev/development
chore: specify driver for Docker Buildx setup in Windows build job
2 parents 174eb70 + cc04244 commit ae25346

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish-docker.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ jobs:
4242
run: docker version
4343
- name: Set up Docker Buildx
4444
uses: docker/setup-buildx-action@v3
45+
with:
46+
driver: docker
4547
- name: Log in to GHCR
4648
uses: docker/login-action@v3
4749
with:

0 commit comments

Comments
 (0)