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 45c04c0 #1991

Merged
merged 1 commit into from
Aug 2, 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
8 changes: 4 additions & 4 deletions 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 @@ -19,7 +19,7 @@
]

# Step 3: Tag image
- name: gcr.io/cloud-builders/docker@sha256:eb0d15821090e0bfb493b5d3633a6619afb8a2c4ef7f8f46c3815cd4167578b1
- name: gcr.io/cloud-builders/docker@sha256:45c04c058d8ad9f639a0b8c5a26e5f43afd95008e613c3aad6f929c716eeea6a
id: tag-sha
waitFor:
- build
Expand All @@ -29,7 +29,7 @@
- asia-south2-docker.pkg.dev/$PROJECT_ID/docker-registry/$_SERVICE_NAME:$COMMIT_SHA

# Step 3: Tag image
- name: gcr.io/cloud-builders/docker@sha256:eb0d15821090e0bfb493b5d3633a6619afb8a2c4ef7f8f46c3815cd4167578b1
- name: gcr.io/cloud-builders/docker@sha256:45c04c058d8ad9f639a0b8c5a26e5f43afd95008e613c3aad6f929c716eeea6a
waitFor:
- build
args:
Expand All @@ -38,7 +38,7 @@
- asia-south2-docker.pkg.dev/$PROJECT_ID/docker-registry/$_SERVICE_NAME:$BRANCH_NAME

# Step 3: Tag image
- name: gcr.io/cloud-builders/docker@sha256:eb0d15821090e0bfb493b5d3633a6619afb8a2c4ef7f8f46c3815cd4167578b1
- name: gcr.io/cloud-builders/docker@sha256:45c04c058d8ad9f639a0b8c5a26e5f43afd95008e613c3aad6f929c716eeea6a
waitFor:
- build
args:
Expand All @@ -47,7 +47,7 @@
- asia-south2-docker.pkg.dev/$PROJECT_ID/docker-registry/$_SERVICE_NAME:latest

# Step 4: Push a Docker image
- name: gcr.io/cloud-builders/docker@sha256:eb0d15821090e0bfb493b5d3633a6619afb8a2c4ef7f8f46c3815cd4167578b1
- name: gcr.io/cloud-builders/docker@sha256:45c04c058d8ad9f639a0b8c5a26e5f43afd95008e613c3aad6f929c716eeea6a
id: push
waitFor:
- tag-sha
Expand Down
Loading