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/bazel:7.0.1 docker digest to 4a8a32a #1942

Merged
merged 1 commit into from
Jul 24, 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
2 changes: 1 addition & 1 deletion cloudbuild.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
substitutions:

Check failure on line 1 in cloudbuild.yaml

View check run for this annotation

Trunk.io / Trunk Check

prettier

Incorrect formatting, autoformat by running 'trunk fmt'
_SERVICE_NAME: payments-service

steps:
Expand All @@ -8,7 +8,7 @@
# - generate

# Step 2: Build Docker image using Bazel
- name: gcr.io/cloud-builders/bazel:7.0.1@sha256:3b0b97a040803db6c04b802fbd33965448521f239da02603b820c13cabc8dcdf
- name: gcr.io/cloud-builders/bazel:7.0.1@sha256:4a8a32a48a54994b3525710720695b2acafb51f4bbc3a84d815f55277d66552d
id: build
args:
[
Expand Down
Loading