fix: use docker driver for buildx to work with rootless Podman
This commit is contained in:
@@ -35,6 +35,8 @@ jobs:
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
with:
|
||||
driver: docker
|
||||
|
||||
- name: Configure Docker Socket
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user