From 7505d7bea070e58e144ba36f4e4bc902531fc7a9 Mon Sep 17 00:00:00 2001 From: cgeek <cem.moreau@gmail.com> Date: Sat, 23 Sep 2023 18:19:08 +0200 Subject: [PATCH] always run + fix '--layers' --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e5c818b17..0b38cde29 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -145,9 +145,9 @@ test_release: create_release: stage: test_deploy rules: - - when: manual + - when: always script: - - docker build --layers --tag "$IMAGE_NAME:$IMAGE_TAG" -f docker/Dockerfile --platform linux/amd64 . + - docker build --tag "$IMAGE_NAME:$IMAGE_TAG" -f docker/Dockerfile --platform linux/amd64 . artifacts: name: "Artifact 1" paths: -- GitLab