Skip to content

Commit

Permalink
chore(deps): update gcr.io/cloud-builders/docker docker digest to b5d…
Browse files Browse the repository at this point in the history
…90c6
  • Loading branch information
renovate[bot] committed Feb 2, 2024
1 parent 7f30b9a commit bd2f58a
Showing 1 changed file with 2 additions and 2 deletions.
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:417221c99f4ca705d2d9c7b41a77c7f6bacc7fbf8029c8f8f74d4505bca95f1f
- name: gcr.io/cloud-builders/docker@sha256:b5d90c66e42f3d44b1174401e3a2cb273a50847ef3310868b4291fa3bda225cd
args:
- build
- -t
Expand All @@ -21,7 +21,7 @@ steps:
- .

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

0 comments on commit bd2f58a

Please sign in to comment.