1
0
mirror of https://github.com/google/nomulus synced 2026-01-09 23:47:49 +00:00

Tag nomulus-tool in schema deployment script (#1621)

* Tag nomulus-tool in schema deployment script
This commit is contained in:
Weimin Yu
2022-05-05 12:46:32 -04:00
committed by GitHub
parent a9b0988c8f
commit d361f7cf18

View File

@@ -72,6 +72,7 @@ steps:
sed -i s/'$${_IMAGE}'/nomulus-tool/g release/cloudbuild-tag.yaml
sed -i s/':$${TAG_NAME}'/@$digest/g release/cloudbuild-tag.yaml
sed -i s/'nomulus-tool:latest'/nomulus-tool@$digest/g release/cloudbuild-deploy-*.yaml
sed -i s/'nomulus-tool:latest'/nomulus-tool@$digest/g release/cloudbuild-schema-deploy-*.yaml
# Build and stage Dataflow Flex templates.
- name: 'gcr.io/${PROJECT_ID}/builder:latest'
entrypoint: /bin/bash