Add: docker driver arg to setup-buildx action step
Some checks failed
Publish Docker image / Push Docker image to Docker Hub (push) Failing after 25s
Some checks failed
Publish Docker image / Push Docker image to Docker Hub (push) Failing after 25s
This commit is contained in:
parent
aabfcf10c8
commit
60ce5a2098
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,8 @@ jobs:
|
||||||
|
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
|
with:
|
||||||
|
driver: docker
|
||||||
|
|
||||||
- name: Docker Login
|
- name: Docker Login
|
||||||
uses: docker/login-action@v1.12.0
|
uses: docker/login-action@v1.12.0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue