Commit a93d76a9 authored by Tobias Munk's avatar Tobias Munk

removed -f from docker tag command (will be deprecated in 1.12)

parent 2b311ebe
Pipeline #7779 passed with stages
......@@ -10,7 +10,7 @@ CURRENT_VERSION=$(git describe)
docker login --username="${REGISTRY_USER}" --password="${REGISTRY_PASS}" --email reg@h17n.de "${REGISTRY_HOST}"
# Create and push :latest
docker tag -f "${COMPOSE_PROJECT_NAME}_php" "${IMAGE_NAME}":latest
docker tag "${COMPOSE_PROJECT_NAME}_php" "${IMAGE_NAME}":latest
docker push "${IMAGE_NAME}":latest
# Create and push :<CURRENT_VERSION>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment