We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7285e7 commit 404980bCopy full SHA for 404980b
.github/actions/docker_setup/action.yml
@@ -29,4 +29,6 @@ runs:
29
username: ${{ inputs.DOCKERHUB_USERNAME }}
30
password: ${{ inputs.DOCKERHUB_TOKEN }}
31
- name: Set up Docker Buildx
32
- uses: docker/setup-buildx-action@v3
+ uses: docker/setup-buildx-action@v3
33
+ with:
34
+ driver: docker
0 commit comments