Skip to content

Commit 08762b1

Browse files
committed
Fix image having double project id
1 parent 4afd125 commit 08762b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ steps:
1616
- name: 'gcr.io/cloud-builders/gcloud'
1717
args: ['run', 'deploy', 'nodejs-postgres', '--image', 'us-central1-docker.pkg.dev/$PROJECT_ID/nodejs-postgres', '--region', 'us-central1', '--platform', 'managed', '--allow-unauthenticated', '--cpu-boost']
1818
images:
19-
- us-central1-docker.pkg.dev/$PROJECT_ID/$PROJECT_ID/nodejs-postgres
19+
- us-central1-docker.pkg.dev/$PROJECT_ID/nodejs-postgres
2020
options:
2121
logging: CLOUD_LOGGING_ONLY

0 commit comments

Comments
 (0)