fix: make build.sh not rely on tag being latest #6
No reviewers
Tunnisteet
Ei tunnistetta
Ei merkkipaalua
Ei käsittelijää
2 osallistujaa
Määräpäivä
Määräpäivää ei asetettu.
Riippuvuudet
Riippuvuuksia ei asetettu.
Reference: fbrinker/docker-tileboard-OUTDATED#6
Ladataan…
Viittaa uudesa ongelmassa
Block a user
No description provided.
Delete 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.