Fix Docker pushing without tag
This commit is contained in:
parent
9183ef9196
commit
53bf72712b
|
@ -130,7 +130,7 @@ if ${DOCKER_PUSH} ; then
|
|||
|
||||
log "Pushing Docker image."
|
||||
|
||||
docker push carlasim/carla
|
||||
docker push ${DOCKER_NAME}
|
||||
|
||||
popd >/dev/null
|
||||
|
||||
|
|
Loading…
Reference in New Issue