Try localhost
/ build_and_test (pull_request) Failing after 8s
Details
/ build_and_test (pull_request) Failing after 8s
Details
parent
2addf2a507
commit
0523388e04
|
@ -17,7 +17,7 @@ jobs:
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: https://github.com/docker/setup-buildx-action@v2.10.0
|
uses: https://github.com/docker/setup-buildx-action@v2.10.0
|
||||||
with:
|
with:
|
||||||
endpoint: tcp://dind:2375
|
endpoint: tcp://127.0.0.1:2375
|
||||||
- name: Docker metadata
|
- name: Docker metadata
|
||||||
id: meta
|
id: meta
|
||||||
uses: https://github.com/docker/metadata-action@v4.6.0
|
uses: https://github.com/docker/metadata-action@v4.6.0
|
||||||
|
|
Loading…
Reference in New Issue