Fixed issue with filtering for yaba-web
All checks were successful
ci/woodpecker/tag/web_uploadimage Pipeline was successful
All checks were successful
ci/woodpecker/tag/web_uploadimage Pipeline was successful
This commit is contained in:
@ -4,7 +4,7 @@ when:
|
||||
steps:
|
||||
- name: (YABA.Web) Determining Docker image version number (dev)
|
||||
when:
|
||||
- refs: refs/tags/WEBDEV-*
|
||||
- ref: refs/tags/WEBDEV-*
|
||||
image: alpine:latest
|
||||
commands:
|
||||
- rm -f tags.txt
|
||||
@ -12,7 +12,7 @@ steps:
|
||||
- echo "latest-dev" >> tags.txt
|
||||
- name: (YABA.Web) Determining Docker image version number (prod)
|
||||
when:
|
||||
- refs: refs/tags/WEB-*
|
||||
- ref: refs/tags/WEB-*
|
||||
image: alpine:latest
|
||||
commands:
|
||||
- rm -f tags.txt
|
||||
|
||||
Reference in New Issue
Block a user