Skip to content

Commit

Permalink
chore(deps): update gcr.io/cloud-builders/docker docker digest to e2f…
Browse files Browse the repository at this point in the history
…9238
  • Loading branch information
renovate[bot] committed Aug 22, 2024
1 parent 4e07bbc commit 794a70d
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:3f0e2458416355e2c03dd0c6b67051c8077cc108c881e3dbc9f2d7b5fdbacff1
- name: gcr.io/cloud-builders/docker@sha256:e2f9238f778b0d27aacc5866c52b632ac654fe5bd9f27e844fcfabac44f1ab37
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:3f0e2458416355e2c03dd0c6b67051c8077cc108c881e3dbc9f2d7b5fdbacff1
- name: gcr.io/cloud-builders/docker@sha256:e2f9238f778b0d27aacc5866c52b632ac654fe5bd9f27e844fcfabac44f1ab37
args:
- push
- asia-south2-docker.pkg.dev/$PROJECT_ID/docker-registry/$_SERVICE_NAME:$COMMIT_SHA
Expand Down

0 comments on commit 794a70d

Please sign in to comment.