ci: use tcp://dind:2375 matching runner's own DOCKER_HOST
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m41s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m41s
This commit is contained in:
@@ -11,7 +11,7 @@ jobs:
|
||||
build-and-push:
|
||||
runs-on: dind
|
||||
env:
|
||||
DOCKER_HOST: unix:///var/run/docker.sock
|
||||
DOCKER_HOST: tcp://dind:2375
|
||||
|
||||
steps:
|
||||
- name: Install dependencies
|
||||
|
||||
Reference in New Issue
Block a user