Skip to content

Commit

Permalink
ci: 💚 fix ci build by removing references to deleted files
Browse files Browse the repository at this point in the history
  • Loading branch information
thomashbrnrd committed Jul 15, 2024
1 parent 19ebc03 commit 5a1f287
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitlab-ci-dso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand All @@ -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

0 comments on commit 5a1f287

Please sign in to comment.