Skip to content

Commit

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

0 comments on commit 8b26d63

Please sign in to comment.