Skip to content
Snippets Groups Projects

ci: setup application helms in the monorepo

Merged Zdravko Iliev requested to merge find-dist-location into main
1 file
+ 15
0
Compare changes
  • Side-by-side
  • Inline
+ 15
0
@@ -376,6 +376,9 @@ docker-agent:
- if: '$CI_COMMIT_TAG'
dependencies:
- build-agent
needs:
- job: build-agent
artifacts: true
docker-attestation-manager:
extends: .docker-build
@@ -392,6 +395,9 @@ docker-attestation-manager:
- if: '$CI_COMMIT_TAG'
dependencies:
- build-attestation-manager
needs:
- job: build-attestation-manager
artifacts: true
docker-connection-manager:
extends: .docker-build
@@ -408,6 +414,9 @@ docker-connection-manager:
- if: '$CI_COMMIT_TAG'
dependencies:
- build-connection-manager
needs:
- job: build-connection-manager
artifacts: true
docker-gateway:
extends: .docker-build
@@ -424,6 +433,9 @@ docker-gateway:
- if: '$CI_COMMIT_TAG'
dependencies:
- build-gateway
needs:
- job: build-gateway
artifacts: true
docker-proof-manager:
extends: .docker-build
@@ -440,6 +452,9 @@ docker-proof-manager:
- if: '$CI_COMMIT_TAG'
dependencies:
- build-proof-manager
needs:
- job: build-proof-manager
artifacts: true
##
### Push to registries
Loading