fix: make build.sh not rely on tag being latest #6
Φόρτωση…
Αναφορά σε νέο ζήτημα
Block a user
Δεν υπάρχει περιγραφή.
Διαγραφή του Κλάδου "akloeckner/fbrinker-tileboard:feat-repos"
Η διαγραφή ενός κλάδου είναι μόνιμη. Αν και ο διαγραμμένος κλάδος μπορεί να συνεχίσει να υπάρχει για σύντομο χρονικό διάστημα πριν να αφαιρεθεί, ΔΕΝ ΜΠΟΡΕΙ να αναιρεθεί στις περισσότερες περιπτώσεις. Συνέχεια;
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.