fix: make build.sh not rely on tag being latest #6
Loading…
Reference in New Issue
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.