fix: use hostname for docker host
This commit is contained in:
parent
06c939145f
commit
6aecfb1cec
@ -9,7 +9,7 @@ jobs:
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v5
|
||||
env:
|
||||
DOCKER_HOST: tcp://127.0.0.1:2376
|
||||
DOCKER_HOST: tcp://dind:2376
|
||||
with:
|
||||
context: .
|
||||
file: ./Dockerfile
|
||||
|
Loading…
x
Reference in New Issue
Block a user