From 5a1f2871f2460a250f2a18d0aa81049b2608c6af Mon Sep 17 00:00:00 2001 From: Thomas Bernard Date: Fri, 12 Jul 2024 20:51:27 +0200 Subject: [PATCH] ci: :green_heart: fix ci build by removing references to deleted files --- .gitlab-ci-dso.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci-dso.yml b/.gitlab-ci-dso.yml index 61b8f422..bea57bb5 100644 --- a/.gitlab-ci-dso.yml +++ b/.gitlab-ci-dso.yml @@ -3,7 +3,7 @@ include: file: vault-ci.yml ref: main - project: $CATALOG_PATH - file: kaniko-ci-mirror.yml + file: kaniko-ci.yml ref: main default: @@ -30,7 +30,7 @@ docker-build-frontend: BUILD_ARGS: --build-arg=VERSION=1.1.1 stage: docker-build extends: - - .kaniko-mirror:build-push + - .kaniko:build-push docker-build-backend: variables: @@ -40,4 +40,4 @@ docker-build-backend: BUILD_ARGS: --build-arg=VERSION=1.1.1 stage: docker-build extends: - - .kaniko-mirror:build-push + - .kaniko:build-push