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