Skip to content

Commit

Permalink
chore(deps): update gcr.io/cloud-builders/docker docker digest to 7f2…
Browse files Browse the repository at this point in the history
…c275
  • Loading branch information
renovate[bot] committed Sep 4, 2024
1 parent c88658c commit 9b20a77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api-gateway/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ substitutions:

steps:
# Step 1: Build a Docker image
- name: gcr.io/cloud-builders/docker@sha256:63ce1dc55867da767b086f403a87a7da7ed6d40395ca7df05f10215fd3d60387
- name: gcr.io/cloud-builders/docker@sha256:7f2c275f3b4e30befc8315c017c75594a5d0dd2905afe4faac88acaf1dd60f07
args:
- build
- --build-arg=HOSTNAME=$_DOMAIN
Expand All @@ -15,7 +15,7 @@ steps:
- ./api-gateway

# Step 2: Push a Docker image
- name: gcr.io/cloud-builders/docker@sha256:63ce1dc55867da767b086f403a87a7da7ed6d40395ca7df05f10215fd3d60387
- name: gcr.io/cloud-builders/docker@sha256:7f2c275f3b4e30befc8315c017c75594a5d0dd2905afe4faac88acaf1dd60f07
args:
- push
- asia-south2-docker.pkg.dev/$PROJECT_ID/docker-registry/$_SERVICE_NAME:$COMMIT_SHA
Expand Down

0 comments on commit 9b20a77

Please sign in to comment.