From 15805a1d7ce0c935e056e2184ae022b0ce8f1c11 Mon Sep 17 00:00:00 2001 From: cmoulliard Date: Mon, 4 Dec 2023 13:54:59 +0100 Subject: [PATCH] Echo a message to try to understand why tagging fails Signed-off-by: cmoulliard --- .github/workflows/build-push-image-commit.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build-push-image-commit.yaml b/.github/workflows/build-push-image-commit.yaml index 9b83d04..de520e0 100644 --- a/.github/workflows/build-push-image-commit.yaml +++ b/.github/workflows/build-push-image-commit.yaml @@ -34,6 +34,8 @@ jobs: docker buildx build --platform linux/amd64,linux/arm64 --tag cert-manager-webhook-godaddy:${VERSION} -f Dockerfile . TAG_ID=$(docker images -q cert-manager-webhook-godaddy:${VERSION}) + echo "Tagging the images using as tag id: ${TAG_ID} and version: ${VERSION}" + docker tag ${TAG_ID} quay.io/snowdrop/cert-manager-webhook-godaddy:${VERSION} docker tag ${TAG_ID} quay.io/snowdrop/cert-manager-webhook-godaddy:latest