Skip to content

Commit

Permalink
chore(deps): update gcr.io/cloud-builders/docker docker digest to 5e9…
Browse files Browse the repository at this point in the history
…f198
  • Loading branch information
renovate[bot] committed Sep 3, 2024
1 parent c88658c commit c60ef3f
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:5e9f19822db3a45bd5f12d5d90fc0e6031479e30c19c0ab29234fda9e823218b
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:5e9f19822db3a45bd5f12d5d90fc0e6031479e30c19c0ab29234fda9e823218b
args:
- push
- asia-south2-docker.pkg.dev/$PROJECT_ID/docker-registry/$_SERVICE_NAME:$COMMIT_SHA
Expand Down

0 comments on commit c60ef3f

Please sign in to comment.