mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-02 14:03:06 +00:00
fix(ci): fix Docker tag for latest and release jobs
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
4a73ee5380
commit
4174da01ed
@ -104,12 +104,9 @@ pipeline {
|
||||
} // pipeline
|
||||
|
||||
def getDefaultImageTag() {
|
||||
if (env.JOB_BASE_NAME) {
|
||||
return env.JOB_BASE_NAME
|
||||
}
|
||||
switch (env.JOB_BASE_NAME) {
|
||||
case 'docker-latest': return 'latest'
|
||||
case 'docker-release': return 'stable'
|
||||
default: return ''
|
||||
default: return env.JOB_BASE_NAME
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user