From 8468b6649edc255656ab50ca3db5b75955421458 Mon Sep 17 00:00:00 2001 From: fithwum Date: Mon, 6 Nov 2023 05:46:29 -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 92463a5..10561de 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://localhost.tech/ + DOCKER_HOST: tcp://localhost/ DOCKER_TLS_CERTDIR: "" services: diff --git a/alpine/pipeline.yml b/alpine/pipeline.yml index 589377e..ea6c648 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://localhost.tech/ + DOCKER_HOST: tcp://localhost/ DOCKER_TLS_CERTDIR: "" services: