Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update gcr.io/cloud-builders/docker docker digest to 4142704 #1538

Merged
merged 1 commit into from
Dec 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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:ca000ad812d62f80c527039d4124265f1e631f1e12da0d8b900da792bc882674
- name: gcr.io/cloud-builders/docker@sha256:4142704d3ab038830d9a0d4ba8c2bbc1b6eef50e3a14b9e00a3066b3ee9d1a03
args:
- build
- -t
Expand All @@ -21,7 +21,7 @@ steps:
- .

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