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
2
Compare changes
  • Side-by-side
  • Inline
+ 3
2
# Comment to trigger build
variables:
CONTAINER_IMAGE: "graphpolaris/frontend"
IMAGE_TAG: "0.0.1-demo.0"
include:
- project: 'graphpolaris/pipelines'
ref: fix-build-push
file: '.gitlab-ci.yml'
file: 'docker-build-push.yml'
Loading