ci: fix vars
This commit is contained in:
parent
15f03a20ce
commit
844bbfaf99
1 changed files with 9 additions and 3 deletions
|
@ -13,8 +13,8 @@ steps:
|
||||||
repo: registry.mgrote.net/mdns-repeater-mikrotik
|
repo: registry.mgrote.net/mdns-repeater-mikrotik
|
||||||
registry: registry.mgrote.net
|
registry: registry.mgrote.net
|
||||||
tags:
|
tags:
|
||||||
- ${DRONE_COMMIT_SHA:0:8}
|
- ${CI_COMMIT_SHA:0:8}
|
||||||
- ${DRONE_COMMIT_BRANCH}
|
- ${CI_COMMIT_BRANCH}
|
||||||
- latest
|
- latest
|
||||||
platforms:
|
platforms:
|
||||||
- linux/arm64
|
- linux/arm64
|
||||||
|
@ -33,10 +33,16 @@ steps:
|
||||||
repo: registry.mgrote.net/mdns-repeater-mikrotik
|
repo: registry.mgrote.net/mdns-repeater-mikrotik
|
||||||
registry: registry.mgrote.net
|
registry: registry.mgrote.net
|
||||||
tags:
|
tags:
|
||||||
- ${DRONE_TAG}
|
- ${CI_COMMIT_TAG}
|
||||||
platforms:
|
platforms:
|
||||||
- linux/arm64
|
- linux/arm64
|
||||||
- linux/amd64
|
- linux/amd64
|
||||||
when:
|
when:
|
||||||
event:
|
event:
|
||||||
- tag
|
- tag
|
||||||
|
|
||||||
|
|
||||||
|
- ${CI_COMMIT_TAG}
|
||||||
|
- ${CI_COMMIT_SHA:0:8}
|
||||||
|
- ${CI_COMMIT_BRANCH}
|
||||||
|
- latest
|
||||||
|
|
Reference in a new issue