Skip to content

Commit dcd1e82

Browse files
committed
Use DOCKER_IMAGE_NAME in promote step
Signed-off-by: Federico Busetti <[email protected]>
1 parent 395ac9d commit dcd1e82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab_ci/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
promote-dev:
22
stage: deploy
33
variables:
4-
DOCKER_IMAGE_TAG_PREFIX: "http-"
4+
DOCKER_IMAGE_NAME: $CI_PROJECT_NAME-http
55
rules:
66
# We run the pipeline only on merge requests or the `main` branch
77
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH

0 commit comments

Comments
 (0)