Update .github/workflows/docker-image.yml
Some checks failed
build and deploy docs / build (push) Failing after 3s
Some checks failed
build and deploy docs / build (push) Failing after 3s
This commit is contained in:
parent
c6546f765f
commit
3073e03717
5
.github/workflows/docker-image.yml
vendored
5
.github/workflows/docker-image.yml
vendored
@ -12,6 +12,11 @@ jobs:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
env:
|
||||
DOCKER_HOST: tcp://localhost:2376
|
||||
DOCKER_TLS_VERIFY: "1"
|
||||
DOCKER_CERT_PATH: /certs/client
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Docker login
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user