Tidy up after_script output

This commit is contained in:
Zedifus 2021-09-22 18:53:00 +01:00
parent ad31b38f7c
commit 9837413a4f

View File

@ -41,7 +41,7 @@ docker-build-dev:
- | - |
docker buildx rm zedBuilder && echo "Successfully Stopped builder instance" || echo "Failed to stop builder instance." docker buildx rm zedBuilder && echo "Successfully Stopped builder instance" || echo "Failed to stop builder instance."
echo "Please review multi-arch manifests are present:" echo "Please review multi-arch manifests are present:"
- docker buildx imagetools inspect "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG" docker buildx imagetools inspect "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG"
docker-build-prod: docker-build-prod:
image: docker:latest image: docker:latest
@ -82,4 +82,4 @@ docker-build-prod:
- | - |
docker buildx rm zedBuilder && echo "Successfully Stopped builder instance" || echo "Failed to stop builder instance." docker buildx rm zedBuilder && echo "Successfully Stopped builder instance" || echo "Failed to stop builder instance."
echo "Please review multi-arch manifests are present:" echo "Please review multi-arch manifests are present:"
- docker buildx imagetools inspect "$CI_REGISTRY_IMAGE${tag}" docker buildx imagetools inspect "$CI_REGISTRY_IMAGE${tag}"