This commit is contained in:
parent
0e10e063c0
commit
7307621124
@ -8,15 +8,9 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
env:
|
|
||||||
DOCKER_HOST: "tcp://localhost:2375"
|
|
||||||
DOCKER_TLS_CERTDIR: "/certs"
|
|
||||||
DOCKER_TLS_VERIFY: 1
|
|
||||||
DOCKER_CERT_PATH: "/certs/client"
|
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: ./Dockerfile
|
file: ./Dockerfile
|
||||||
target: dind
|
|
||||||
platforms: |
|
platforms: |
|
||||||
linux/amd64
|
linux/amd64
|
||||||
# push: true
|
# push: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user