chore(Container Publish): Corrrection of rule
This commit is contained in:
parent
48f06f3b78
commit
3229d35c13
@ -16,7 +16,7 @@
|
||||
variables:
|
||||
IMAGE_TAG: $CI_COMMIT_SHORT_SHA
|
||||
EXTRA_PATH: "/snapshot"
|
||||
- if: $CI_COMMIT_REF_NAME ~= "feat"
|
||||
- if: '$CI_COMMIT_REF_NAME ~= "feat"'
|
||||
variables:
|
||||
IMAGE_TAG: "latest"
|
||||
EXTRA_PATH: "/feat/$CI_COMMIT_REF_NAME"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user