Skip to content

Commit

Permalink
chore(deps): update gcr.io/cloud-builders/docker docker digest to 6cc…
Browse files Browse the repository at this point in the history
…6f56
  • Loading branch information
renovate[bot] authored Jan 12, 2025
1 parent 7778106 commit 991f9b6
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:5d0841348bd0b9c81dde3816471e4b39a0103e7b9f0ba9e23b4cd8fc13d70129
- name: gcr.io/cloud-builders/docker@sha256:6cc6f56986edbbe364381d90d10a7f1187172f6bbf6e365f60015a856ba78a3b
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:5d0841348bd0b9c81dde3816471e4b39a0103e7b9f0ba9e23b4cd8fc13d70129
- name: gcr.io/cloud-builders/docker@sha256:6cc6f56986edbbe364381d90d10a7f1187172f6bbf6e365f60015a856ba78a3b
args:
- push
- asia-south2-docker.pkg.dev/$PROJECT_ID/docker-registry/$_SERVICE_NAME:$COMMIT_SHA
Expand Down

0 comments on commit 991f9b6

Please sign in to comment.