y
This commit is contained in:
parent
149ed62950
commit
04c490bce0
1 changed files with 3 additions and 1 deletions
|
@ -2,6 +2,8 @@
|
||||||
depends_on:
|
depends_on:
|
||||||
- lint
|
- lint
|
||||||
|
|
||||||
|
variables:
|
||||||
|
- &VERSION 'v1.${CI_PIPELINE_NUMBER}'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
selfhosted_tag:
|
selfhosted_tag:
|
||||||
|
@ -23,7 +25,7 @@ steps:
|
||||||
repo: registry.mgrote.net/allzweckcontainer
|
repo: registry.mgrote.net/allzweckcontainer
|
||||||
registry: registry.mgrote.net
|
registry: registry.mgrote.net
|
||||||
tags:
|
tags:
|
||||||
- "v1.${CI_PIPELINE_NUMBER}"
|
- *VERSION
|
||||||
- ${CI_COMMIT_SHA:0:8}
|
- ${CI_COMMIT_SHA:0:8}
|
||||||
- ${CI_COMMIT_BRANCH}
|
- ${CI_COMMIT_BRANCH}
|
||||||
- latest
|
- latest
|
||||||
|
|
Loading…
Reference in a new issue