From 110bceb134ca036afe0f5ae02b9833d27f1434c4 Mon Sep 17 00:00:00 2001 From: Ben Wakeford Date: Fri, 31 Jan 2025 11:55:49 -0500 Subject: [PATCH] Revert "Tag image with `latest` and version tag (#9)" This reverts commit 8f2fac64569b7c106b8ab24ebecb2338123b70ad. --- cloudbuild.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cloudbuild.yaml b/cloudbuild.yaml index 63e2cfd3..737f5f43 100644 --- a/cloudbuild.yaml +++ b/cloudbuild.yaml @@ -3,12 +3,11 @@ steps: entrypoint: 'bash' args: [ '-c', - 'DOCKER_BUILDKIT=1 docker build -t gcr.io/$PROJECT_ID/$REPO_NAME:latest -t gcr.io/$PROJECT_ID/$REPO_NAME:$TAG_NAME --build-arg TOKEN=$$TOKEN . --file=./Dockerfile' ] + 'DOCKER_BUILDKIT=1 docker build -t gcr.io/$PROJECT_ID/$REPO_NAME:$TAG_NAME --build-arg TOKEN=$$TOKEN . --file=./Dockerfile' ] secretEnv: - 'TOKEN' images: - 'gcr.io/$PROJECT_ID/$REPO_NAME:$TAG_NAME' - - 'gcr.io/$PROJECT_ID/$REPO_NAME:latest' timeout: 6000s options: env: