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] authored Aug 22, 2024
1 parent fe30882 commit 8da0713
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ steps:
- --include-imports

# Step 2: Build a Docker image
- name: gcr.io/cloud-builders/docker@sha256:3f0e2458416355e2c03dd0c6b67051c8077cc108c881e3dbc9f2d7b5fdbacff1
- name: gcr.io/cloud-builders/docker@sha256:e2f9238f778b0d27aacc5866c52b632ac654fe5bd9f27e844fcfabac44f1ab37
args:
- build
- -t
Expand All @@ -21,7 +21,7 @@ steps:
- .

# Step 3: 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 8da0713

Please sign in to comment.