Added missing latest tag
This commit is contained in:
@ -9,7 +9,7 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- rm -f tags.txt
|
- rm -f tags.txt
|
||||||
- echo ${CI_COMMIT_TAG} | sed -e "s/^APIDEV-//" >> tags.txt
|
- echo ${CI_COMMIT_TAG} | sed -e "s/^APIDEV-//" >> tags.txt
|
||||||
- echo "latest-dev"
|
- echo "latest-dev" >> tags.txt
|
||||||
- name: (YABA.API) Determining Docker image version number (prod)
|
- name: (YABA.API) Determining Docker image version number (prod)
|
||||||
image: alpine:latest
|
image: alpine:latest
|
||||||
when:
|
when:
|
||||||
@ -17,7 +17,7 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- rm -f tags.txt
|
- rm -f tags.txt
|
||||||
- echo ${CI_COMMIT_TAG} | sed -e "s/^API-//" >> tags.txt
|
- echo ${CI_COMMIT_TAG} | sed -e "s/^API-//" >> tags.txt
|
||||||
- echo "latest"
|
- echo "latest" >> tags.txt
|
||||||
- name: (YABA.API) Package and Upload Docker Image
|
- name: (YABA.API) Package and Upload Docker Image
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
settings:
|
settings:
|
||||||
|
|||||||
@ -9,7 +9,7 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- rm -f tags.txt
|
- rm -f tags.txt
|
||||||
- echo ${CI_COMMIT_TAG} | sed -e "s/^WEBDEV-//" >> tags.txt
|
- echo ${CI_COMMIT_TAG} | sed -e "s/^WEBDEV-//" >> tags.txt
|
||||||
- echo "latest-dev"
|
- echo "latest-dev" >> tags.txt
|
||||||
- name: (YABA.Web) Determining Docker image version number (prod)
|
- name: (YABA.Web) Determining Docker image version number (prod)
|
||||||
when:
|
when:
|
||||||
- refs: refs/tags/WEB-*
|
- refs: refs/tags/WEB-*
|
||||||
@ -17,7 +17,7 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- rm -f tags.txt
|
- rm -f tags.txt
|
||||||
- echo ${CI_COMMIT_TAG} | sed -e "s/^WEB-//" >> tags.txt
|
- echo ${CI_COMMIT_TAG} | sed -e "s/^WEB-//" >> tags.txt
|
||||||
- echo "latest"
|
- echo "latest" >> tags.txt
|
||||||
- name: (YABA.Web) Package and Upload Docker Image
|
- name: (YABA.Web) Package and Upload Docker Image
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
settings:
|
settings:
|
||||||
|
|||||||
Reference in New Issue
Block a user