Skip to content

Commit

Permalink
chore(deps): update gcr.io/cloud-builders/docker docker digest to 414…
Browse files Browse the repository at this point in the history
…2704 (#1538)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 8, 2024
1 parent 978773e commit e71556b
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:ca000ad812d62f80c527039d4124265f1e631f1e12da0d8b900da792bc882674
- name: gcr.io/cloud-builders/docker@sha256:4142704d3ab038830d9a0d4ba8c2bbc1b6eef50e3a14b9e00a3066b3ee9d1a03
args:
- build
- -t
Expand All @@ -21,7 +21,7 @@ steps:
- .

# Step 3: Push a Docker image
- name: gcr.io/cloud-builders/docker@sha256:ca000ad812d62f80c527039d4124265f1e631f1e12da0d8b900da792bc882674
- name: gcr.io/cloud-builders/docker@sha256:4142704d3ab038830d9a0d4ba8c2bbc1b6eef50e3a14b9e00a3066b3ee9d1a03
args:
- push
- asia-south2-docker.pkg.dev/$PROJECT_ID/docker-registry/$_SERVICE_NAME:$COMMIT_SHA
Expand Down

0 comments on commit e71556b

Please sign in to comment.