From 26849ae4bc17be61eaacc3bafd6fc6f9776839d3 Mon Sep 17 00:00:00 2001 From: fithwum Date: Mon, 6 Nov 2023 05:57:26 -0800 Subject: [PATCH] build test --- .gitlab-ci.yml | 2 +- alpine/pipeline.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5e89270..1565506 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ image: docker:stable variables: IMAGE_NAME: "foundry_vtt:alpine" - DOCKER_HOST: tcp://docker:2375/ + DOCKER_HOST: tcp://gitlab.fithwum.tech/ DOCKER_TLS_CERTDIR: '' FF_NETWORK_PER_BUILD: "true" diff --git a/alpine/pipeline.yml b/alpine/pipeline.yml index d822fa3..7d8e77e 100644 --- a/alpine/pipeline.yml +++ b/alpine/pipeline.yml @@ -2,7 +2,7 @@ image: docker:stable variables: IMAGE_NAME: "foundry_vtt:alpine" - DOCKER_HOST: tcp://docker:2375/ + DOCKER_HOST: tcp://gitlab.fithwum.tech/ DOCKER_TLS_CERTDIR: '' FF_NETWORK_PER_BUILD: "true"