Skip to content

Commit 404980b

Browse files
committed
Reapply "docker driver"
This reverts commit 5cbffdc.
1 parent d7285e7 commit 404980b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/actions/docker_setup/action.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,6 @@ runs:
2929
username: ${{ inputs.DOCKERHUB_USERNAME }}
3030
password: ${{ inputs.DOCKERHUB_TOKEN }}
3131
- name: Set up Docker Buildx
32-
uses: docker/setup-buildx-action@v3
32+
uses: docker/setup-buildx-action@v3
33+
with:
34+
driver: docker

0 commit comments

Comments
 (0)