Skip to content

Commit

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

[![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 | `e0b3ac9` -> `098a876` |

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), 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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/ride-app/payments-service).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MzguMCIsInVwZGF0ZWRJblZlciI6IjM3LjQzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
  • Loading branch information
renovate[bot] authored Jul 22, 2024
1 parent 2bd8360 commit e6e393d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ steps:
]

# Step 3: Tag image
- name: gcr.io/cloud-builders/docker@sha256:e0b3ac98a9d315e22ce4e9dd44627b8609e4b81df6bf2a7a685e8fc16f8a835d
- name: gcr.io/cloud-builders/docker@sha256:098a87640ad3ccb27308d5f006d6898c6078a9dcb8433b7b0101932671e05b60
id: tag-sha
waitFor:
- build
Expand All @@ -29,7 +29,7 @@ steps:
- asia-south2-docker.pkg.dev/$PROJECT_ID/docker-registry/$_SERVICE_NAME:$COMMIT_SHA

# Step 3: Tag image
- name: gcr.io/cloud-builders/docker@sha256:e0b3ac98a9d315e22ce4e9dd44627b8609e4b81df6bf2a7a685e8fc16f8a835d
- name: gcr.io/cloud-builders/docker@sha256:098a87640ad3ccb27308d5f006d6898c6078a9dcb8433b7b0101932671e05b60
waitFor:
- build
args:
Expand All @@ -38,7 +38,7 @@ steps:
- asia-south2-docker.pkg.dev/$PROJECT_ID/docker-registry/$_SERVICE_NAME:$BRANCH_NAME

# Step 3: Tag image
- name: gcr.io/cloud-builders/docker@sha256:e0b3ac98a9d315e22ce4e9dd44627b8609e4b81df6bf2a7a685e8fc16f8a835d
- name: gcr.io/cloud-builders/docker@sha256:098a87640ad3ccb27308d5f006d6898c6078a9dcb8433b7b0101932671e05b60
waitFor:
- build
args:
Expand All @@ -47,7 +47,7 @@ steps:
- asia-south2-docker.pkg.dev/$PROJECT_ID/docker-registry/$_SERVICE_NAME:latest

# Step 4: Push a Docker image
- name: gcr.io/cloud-builders/docker@sha256:e0b3ac98a9d315e22ce4e9dd44627b8609e4b81df6bf2a7a685e8fc16f8a835d
- name: gcr.io/cloud-builders/docker@sha256:098a87640ad3ccb27308d5f006d6898c6078a9dcb8433b7b0101932671e05b60
id: push
waitFor:
- tag-sha
Expand Down

0 comments on commit e6e393d

Please sign in to comment.