From 8b5553676e8417e2068c093815d0f29f88b23223 Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Mon, 26 Jul 2021 12:35:38 +0200 Subject: [PATCH] Update cloudbuild.yaml --- backend/cloudbuild.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/cloudbuild.yaml b/backend/cloudbuild.yaml index a4e6d90..ff28f7e 100644 --- a/backend/cloudbuild.yaml +++ b/backend/cloudbuild.yaml @@ -4,9 +4,9 @@ steps: args: - build - '-t' - - '${_DOCKER_PUBLISH_URL}' + - '${_DOCKER_TAG}' - '--cache-from' - - '${_DOCKER_PUBLISH_URL}' + - '${_DOCKER_TAG}' - '.' images: ['${_DOCKER_TAG}']