Skip to content

Commit

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

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| gcr.io/cloud-builders/docker | digest | `b2d5cc0` -> `e729082` |

---

### 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://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/ride-app/user-service).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
  • Loading branch information
renovate[bot] committed Sep 22, 2024
1 parent f6f9f32 commit 580d569
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:b2d5cc04d055318de8cc72d2890e7e640a66a010b216844f5cbb68ed36a6c740
- name: gcr.io/cloud-builders/docker@sha256:e729082a342559b18a67037884c2a4588e861518f310ba4ecacbc223e8656c6b
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:b2d5cc04d055318de8cc72d2890e7e640a66a010b216844f5cbb68ed36a6c740
- name: gcr.io/cloud-builders/docker@sha256:e729082a342559b18a67037884c2a4588e861518f310ba4ecacbc223e8656c6b
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:b2d5cc04d055318de8cc72d2890e7e640a66a010b216844f5cbb68ed36a6c740
- name: gcr.io/cloud-builders/docker@sha256:e729082a342559b18a67037884c2a4588e861518f310ba4ecacbc223e8656c6b
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:b2d5cc04d055318de8cc72d2890e7e640a66a010b216844f5cbb68ed36a6c740
- name: gcr.io/cloud-builders/docker@sha256:e729082a342559b18a67037884c2a4588e861518f310ba4ecacbc223e8656c6b
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:b2d5cc04d055318de8cc72d2890e7e640a66a010b216844f5cbb68ed36a6c740
- name: gcr.io/cloud-builders/docker@sha256:e729082a342559b18a67037884c2a4588e861518f310ba4ecacbc223e8656c6b
id: push
waitFor:
- tag-sha
Expand Down

0 comments on commit 580d569

Please sign in to comment.