fix
continuous-integration/drone/push Build is passing Details

drone-setup
Override-6 2 years ago
parent 01eebf9bc1
commit 708c3308d5

@ -5,7 +5,7 @@ IMAGES_COMMITTED=$(echo "$FILES_COMMITTED" | grep -E "^.*\.dockerfile$")
REPOSITORY="hub.codefirst.iut.uca.fr/maxime.batista/codefirst-docdeployer"
systemctl start docker
dockerd
push_image() ({
local IMAGE_NAME=$(basename "$1" | rev | cut -d . -f2- | rev)