fix cicd filters
This commit is contained in:
parent
c9c416d1ea
commit
c0d37f8c41
@ -56,7 +56,7 @@ workflows:
|
||||
when:
|
||||
and:
|
||||
- equal: [ staging, << pipeline.git.branch >> ]
|
||||
- true
|
||||
- << pipeline.git.tag >>
|
||||
jobs:
|
||||
- build-push-docker-image:
|
||||
filters:
|
||||
@ -76,7 +76,7 @@ workflows:
|
||||
when:
|
||||
and:
|
||||
- equal: [ preprod, << pipeline.git.branch >> ]
|
||||
- true
|
||||
- << pipeline.git.tag >>
|
||||
jobs:
|
||||
- build-push-docker-image:
|
||||
filters:
|
||||
@ -96,7 +96,7 @@ workflows:
|
||||
when:
|
||||
and:
|
||||
- equal: [ main, << pipeline.git.branch >> ]
|
||||
- true
|
||||
- << pipeline.git.tag >>
|
||||
jobs:
|
||||
- build-push-docker-image:
|
||||
filters:
|
||||
|
Loading…
x
Reference in New Issue
Block a user