From b5bcd7cc1bf432d4aa482afdf94c8ffb180f0d03 Mon Sep 17 00:00:00 2001 From: Navarone Feekery <13634519+navarone-feekery@users.noreply.github.com> Date: Fri, 21 Feb 2025 12:14:52 +0100 Subject: [PATCH] Revert "[REVERT ME] temp command to remove wrong tag" This reverts commit ad903842f863123ff5e617b79beab48e8b4e03b9. --- .buildkite/publish/push-docker.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/.buildkite/publish/push-docker.sh b/.buildkite/publish/push-docker.sh index 35d4685..ca1ef1a 100755 --- a/.buildkite/publish/push-docker.sh +++ b/.buildkite/publish/push-docker.sh @@ -36,6 +36,3 @@ vault read -address "${VAULT_ADDR}" -field "${DOCKER_PASS_KEY}" "${VAULT_PATH}" TAG_NAME="$BASE_TAG_NAME:${VERSION}-${ARCHITECTURE}" echo "Pushing image to docker with tag: $TAG_NAME" docker push "$TAG_NAME" - -echo "TEMP delete incorrect docker tag" -docker rmi "$BASE_TAG_NAME:LATEST"