Skip to content

Commit

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

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

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

0 comments on commit 116b0e2

Please sign in to comment.