We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 395ac9d commit dcd1e82Copy full SHA for dcd1e82
.gitlab_ci/deploy.yml
@@ -1,7 +1,7 @@
1
promote-dev:
2
stage: deploy
3
variables:
4
- DOCKER_IMAGE_TAG_PREFIX: "http-"
+ DOCKER_IMAGE_NAME: $CI_PROJECT_NAME-http
5
rules:
6
# We run the pipeline only on merge requests or the `main` branch
7
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
0 commit comments