fix: ip
All checks were successful
deploy / deploy (push) Successful in 1m3s

This commit is contained in:
ndsboy 2025-04-12 19:01:55 +00:00
parent 502608cf66
commit 5c9b7ca5c5

View file

@ -19,7 +19,7 @@ jobs:
container:
image: docker:cli
env:
DOCKER_HOST: tcp://host.docker.internal:2375
DOCKER_HOST: tcp://172.17.0.1:2375
steps:
- name: download
run: wget -O- https://${{ env.url }}/archive/main.tar.gz | tar -xz