fix: remove env vars
Some checks failed
Build Docker Container / Build-Container-Image (push) Failing after 6s
Some checks failed
Build Docker Container / Build-Container-Image (push) Failing after 6s
This commit is contained in:
parent
63768e9af5
commit
896f3c3ad1
@ -8,11 +8,6 @@ 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://docker:2376/"
|
|
||||||
DOCKER_TLS_CERTDIR: "/certs"
|
|
||||||
DOCKER_TLS_VERIFY: 1
|
|
||||||
DOCKER_CERT_PATH: "/certs/client"
|
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: ./Dockerfile
|
file: ./Dockerfile
|
||||||
|
Loading…
x
Reference in New Issue
Block a user