Skip to content

Commit

Permalink
Merging b2fdcf2 into trunk-temp/pr-1987/a19a0def-3b57-4ce3-b069-d771a…
Browse files Browse the repository at this point in the history
…d58b3c9
  • Loading branch information
trunk-io[bot] authored Aug 1, 2024
2 parents c6d7c75 + b2fdcf2 commit c1814f2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ steps:
]

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

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

# Step 3: Tag image
- name: gcr.io/cloud-builders/docker@sha256:a209d5caa0fd953f0133d1fc1be0e7940fc29052d35da53786b29911575e3c40
- name: gcr.io/cloud-builders/docker@sha256:eb0d15821090e0bfb493b5d3633a6619afb8a2c4ef7f8f46c3815cd4167578b1
waitFor:
- build
args:
Expand All @@ -47,7 +47,7 @@ steps:
- 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:a209d5caa0fd953f0133d1fc1be0e7940fc29052d35da53786b29911575e3c40
- name: gcr.io/cloud-builders/docker@sha256:eb0d15821090e0bfb493b5d3633a6619afb8a2c4ef7f8f46c3815cd4167578b1
id: push
waitFor:
- tag-sha
Expand Down

0 comments on commit c1814f2

Please sign in to comment.