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"