From 58695cdfb5a8f88ec613a04d7be515b707a5b18c Mon Sep 17 00:00:00 2001 From: fithwum Date: Mon, 6 Nov 2023 11:07:51 -0800 Subject: [PATCH] test --- alpine/.pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/alpine/.pipeline.yml b/alpine/.pipeline.yml index b71431c..7cb1109 100644 --- a/alpine/.pipeline.yml +++ b/alpine/.pipeline.yml @@ -7,13 +7,13 @@ services: - name: docker:dind command: ["--tls=false"] -build image: +build_image: image: docker:20.10.16 services: - docker:20.10.16-dnid variables: DOCKER_TLS_CERTDIR: "/certs" - before script: + before_script: - docker login $CI_REGISTRY -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD script: - cd "$CI_PROJECT_DIR/alpine/"