CI: Build tags to develop, drop stable tag

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2024-04-02 16:29:35 +02:00
parent 4dd903288c
commit f76cbebda3
Signed by: luzifer
SSH Key Fingerprint: SHA256:/xtE5lCgiRDQr8SLxHMS92ZBlACmATUmF1crK16Ks4E

View File

@ -19,8 +19,8 @@ branch)
tags+=(develop)
;;
tag)
# Build to latest & stable: Older tags are not intended to rebuild
tags+=(latest stable ${GITHUB_REF_NAME})
# Build to latest: Older tags are not intended to rebuild
tags+=(develop latest ${GITHUB_REF_NAME})
;;
*)
log "ERR: The ref type ${GITHUB_REF_TYPE} is not handled."