Skip to content

Commit

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

[![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` -> `1b17084` |

---

### 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 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/platform).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
  • Loading branch information
renovate[bot] committed Aug 19, 2024
1 parent 75a6609 commit d0c1253
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api-gateway/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ substitutions:

steps:
# Step 1: Build a Docker image
- name: gcr.io/cloud-builders/docker@sha256:0092e74104544d3409e087e861c3ffc933f5f5796f89d955b4695de10f274cfa
- name: gcr.io/cloud-builders/docker@sha256:1b170848f24e8f1e4f6e41b8e7449ff8dacadc2ff5a2d9693f3bf2e3eb7bb6bd
args:
- build
- --build-arg=HOSTNAME=$_DOMAIN
Expand All @@ -15,7 +15,7 @@ steps:
- ./api-gateway

# Step 2: Push a Docker image
- name: gcr.io/cloud-builders/docker@sha256:0092e74104544d3409e087e861c3ffc933f5f5796f89d955b4695de10f274cfa
- name: gcr.io/cloud-builders/docker@sha256:1b170848f24e8f1e4f6e41b8e7449ff8dacadc2ff5a2d9693f3bf2e3eb7bb6bd
args:
- push
- asia-south2-docker.pkg.dev/$PROJECT_ID/docker-registry/$_SERVICE_NAME:$COMMIT_SHA
Expand Down

0 comments on commit d0c1253

Please sign in to comment.