From 830def684b1b922e4c3c9c0fbd31dadc2de8cf42 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sat, 27 Aug 2022 14:48:11 +0100 Subject: [PATCH] Revert "Pull existing container to aid build" This reverts commit 8ab7e3d70ecf3369c5eccc5ed82edcc7a687327a. The registry is remote, so this takes a while --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 65edd1f..3a20694 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -53,7 +53,6 @@ build_container: before_script: - docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY script: - - docker pull $CI_REGISTRY_IMAGE:latest # Pull existing image to help with build caching - docker build -t website --target production -t $IMAGE_TAG . - docker push $IMAGE_TAG