fix: make build.sh not rely on tag being latest #6
Sem revisor
Etiquetas
Sem etiqueta
Sem marco
Sem responsável
2 participante(s)
Data limite
Data limite não informada.
Dependências
Nenhuma dependência definida.
Referência: fbrinker/docker-tileboard-OUTDATED#6
Carregando…
Referência em uma nova issue
Block a user
Nenhuma descrição fornecida.
Excluir branch "akloeckner/fbrinker-tileboard:feat-repos"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This introduces:
nightly
ordev
tags in place. The new check works bycurl
failing, if the target tag does not exist. Source: https://stackoverflow.com/questions/32113330/check-if-imagetag-combination-already-exists-on-docker-hubbuild.sh
scriptThis is probably related to #5, because if we introcude the
nightly
tag, the current check might fail.