From f2795becf46784428ae3f578e942224edc0395a2 Mon Sep 17 00:00:00 2001 From: fithwum Date: Mon, 6 Nov 2023 06:00:40 -0800 Subject: [PATCH] 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 1565506..2157335 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://gitlab.fithwum.tech/ + DOCKER_HOST: tcp://gitlab.fithwum.tech:2376/ DOCKER_TLS_CERTDIR: '' FF_NETWORK_PER_BUILD: "true" diff --git a/alpine/pipeline.yml b/alpine/pipeline.yml index 7d8e77e..1749a88 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://gitlab.fithwum.tech/ + DOCKER_HOST: tcp://gitlab.fithwum.tech:2376/ DOCKER_TLS_CERTDIR: '' FF_NETWORK_PER_BUILD: "true"