Skip to content

Commit

Permalink
chore(deps): update gcr.io/cloud-builders/docker docker digest to 228…
Browse files Browse the repository at this point in the history
…611b
  • Loading branch information
renovate[bot] committed Aug 26, 2024
1 parent d4f8c86 commit 36c5519
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:228611b935b75eaab203dc82eefb2e861a083f1ad26f12a735c4dc25170003b5
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:228611b935b75eaab203dc82eefb2e861a083f1ad26f12a735c4dc25170003b5
args:
- push
- asia-south2-docker.pkg.dev/$PROJECT_ID/docker-registry/$_SERVICE_NAME:$COMMIT_SHA
Expand Down

0 comments on commit 36c5519

Please sign in to comment.