Skip to content
Snippets Groups Projects
Commit c51a272a authored by Idriss Neumann's avatar Idriss Neumann
Browse files

Missing tag and push

parent 20d4086b
No related branches found
No related tags found
No related merge requests found
Pipeline #6994 passed
......@@ -25,6 +25,7 @@ echo "Building IMAGE=${IMAGE}, ARCH=${ARCH}, VERSION=${VERSION}"
COMPOSE_DOCKER_CLI_BUILD=1 DOCKER_BUILDKIT=1 docker-compose -f "${docker_compose_file}" build "${IMAGE}"
tag_and_push "latest" "${IMAGE}"
tag_and_push "latest-arm" "${IMAGE}"
tag_and_push "${VERSION}-${ARCH}" "${IMAGE}"
tag_and_push "${VERSION}-${ARCH}-${CI_COMMIT_SHORT_SHA}" "${IMAGE}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment