Skip to content

Commit

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

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| gcr.io/cloud-builders/docker | digest | `0092e74` -> `3897eb0` |

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on Monday" in timezone Asia/Kolkata, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/ride-app/payments-service).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
  • Loading branch information
renovate[bot] authored Aug 25, 2024
1 parent 9ed51c9 commit e27ca31
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ substitutions:

steps:
# Step 1: Build Docker image
- name: gcr.io/cloud-builders/docker@sha256:0092e74104544d3409e087e861c3ffc933f5f5796f89d955b4695de10f274cfa
- name: gcr.io/cloud-builders/docker@sha256:3897eb08c4b8e2a3455f4281eebcea3a7ee028c9a83c1e10328e5534bf078917
id: build
args:
- build
Expand All @@ -14,7 +14,7 @@ steps:
- asia-south2-docker.pkg.dev/$PROJECT_ID/docker-registry/$_SERVICE_NAME:$BRANCH_NAME

# Step 2: Tag image with COMMIT_SHA
- name: gcr.io/cloud-builders/docker@sha256:0092e74104544d3409e087e861c3ffc933f5f5796f89d955b4695de10f274cfa
- name: gcr.io/cloud-builders/docker@sha256:3897eb08c4b8e2a3455f4281eebcea3a7ee028c9a83c1e10328e5534bf078917
id: tag-sha
waitFor:
- build
Expand All @@ -24,7 +24,7 @@ steps:
- asia-south2-docker.pkg.dev/$PROJECT_ID/docker-registry/$_SERVICE_NAME:$COMMIT_SHA

# Step 3: Tag image with BRANCH_NAME
- name: gcr.io/cloud-builders/docker@sha256:0092e74104544d3409e087e861c3ffc933f5f5796f89d955b4695de10f274cfa
- name: gcr.io/cloud-builders/docker@sha256:3897eb08c4b8e2a3455f4281eebcea3a7ee028c9a83c1e10328e5534bf078917
id: tag-branch
waitFor:
- build
Expand All @@ -34,7 +34,7 @@ steps:
- asia-south2-docker.pkg.dev/$PROJECT_ID/docker-registry/$_SERVICE_NAME:$BRANCH_NAME

# Step 4: Tag image as latest
- name: gcr.io/cloud-builders/docker@sha256:0092e74104544d3409e087e861c3ffc933f5f5796f89d955b4695de10f274cfa
- name: gcr.io/cloud-builders/docker@sha256:3897eb08c4b8e2a3455f4281eebcea3a7ee028c9a83c1e10328e5534bf078917
id: tag-latest
waitFor:
- build
Expand All @@ -44,7 +44,7 @@ steps:
- asia-south2-docker.pkg.dev/$PROJECT_ID/docker-registry/$_SERVICE_NAME:latest

# Step 5: Push Docker image
- name: gcr.io/cloud-builders/docker@sha256:0092e74104544d3409e087e861c3ffc933f5f5796f89d955b4695de10f274cfa
- name: gcr.io/cloud-builders/docker@sha256:3897eb08c4b8e2a3455f4281eebcea3a7ee028c9a83c1e10328e5534bf078917
id: push
waitFor:
- tag-sha
Expand Down

0 comments on commit e27ca31

Please sign in to comment.