chore(Container Publish): Corrrection of rule
This commit is contained in:
parent
0cb18170ef
commit
172e310c94
@ -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