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 8f35670 #1968

Merged
merged 1 commit into from
Jul 29, 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:344c49ffc660f58ec7f4247b481a090c5812b1113baa5f4c2a1e5acd916061d4
- name: gcr.io/cloud-builders/bazel:7.0.1@sha256:8f356706147cdf5c7f187fae8e16b0e1a79e8f64facb3a5e7adca9bd613f0d80
id: build
args:
[
Expand Down
Loading