Skip to content
Snippets Groups Projects

feat: Docker multi-stage build and CI/CD push

Merged Alen Zubic requested to merge multi-stage-build-and-push into main
Compare and Show latest version
1 file
+ 3
3
Compare changes
  • Side-by-side
  • Inline
+ 3
3
# Comment to trigger build = 21
variables:
CONTAINER_IMAGE: "graphpolaris/frontend"
IMAGE_TAG_HELM_FILE: "helm/staging/graphpolaris-frontend/values.yaml"
IMAGE_TAG_HELM_FILE_VARIABLE: "image.tag"
include:
- project: 'graphpolaris/pipelines'
ref: fix-build-push
ref: main
file: 'docker-build-push.yml'
Loading