From 67095f71223f1a5dc9e1dfce24b6232c2d4fa979 Mon Sep 17 00:00:00 2001 From: fithwum Date: Mon, 6 Nov 2023 08:54:24 -0800 Subject: [PATCH] test --- .gitlab-ci.yml | 4 ++-- alpine/pipeline.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 733a05f..fc463da 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: docker:dind +image: docker:stable variables: IMAGE_NAME: "foundry_vtt:alpine" @@ -8,7 +8,7 @@ variables: FF_NETWORK_PER_BUILD: "true" services: - - name: docker:dind + - name: docker:18-dind command: ["--tls=false"] include: diff --git a/alpine/pipeline.yml b/alpine/pipeline.yml index 7e2bbdc..f7575a2 100644 --- a/alpine/pipeline.yml +++ b/alpine/pipeline.yml @@ -1,4 +1,4 @@ -image: docker:dind +image: docker:stable variables: IMAGE_NAME: "foundry_vtt:alpine" @@ -8,7 +8,7 @@ variables: FF_NETWORK_PER_BUILD: "true" services: - - name: docker:dind + - name: docker:18-dind command: ["--tls=false"] build image: