From 37302ebed464b7354accc9f4b6aa22736e12b266 Mon Sep 17 00:00:00 2001 From: Katharine Berry Date: Sun, 6 Jun 2021 12:50:09 -0700 Subject: [PATCH] fix cloudbuild to include sha --- cloudbuild.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cloudbuild.yaml b/cloudbuild.yaml index d9bc2b8..cfc403c 100644 --- a/cloudbuild.yaml +++ b/cloudbuild.yaml @@ -2,8 +2,8 @@ steps: - name: 'gcr.io/cloud-builders/docker' args: - build - - "--tag=gcr.io/pebble-rebirth/asr" + - "--tag=gcr.io/pebble-rebirth/asr:g$SHORT_SHA" - "--file=./Dockerfile" - . images: -- "gcr.io/pebble-rebirth/asr" +- "gcr.io/pebble-rebirth/asr:g$SHORT_SHA"