github.com/zorawar87/trillian@v1.2.1/cloudbuild_tag.yaml (about)

     1  steps:
     2  - id: build_log_server
     3    name: gcr.io/cloud-builders/docker
     4    args:
     5    - build
     6    - --file=examples/deployment/docker/log_server/Dockerfile
     7    - --tag=gcr.io/${PROJECT_ID}/log_server:${TAG_NAME}
     8    - .
     9    waitFor: ["-"]
    10  - id: build_log_signer
    11    name: gcr.io/cloud-builders/docker
    12    args:
    13    - build
    14    - --file=examples/deployment/docker/log_signer/Dockerfile
    15    - --tag=gcr.io/${PROJECT_ID}/log_signer:${TAG_NAME}
    16    - .
    17    waitFor: ["-"]
    18  images:
    19  - gcr.io/${PROJECT_ID}/log_server:${TAG_NAME}
    20  - gcr.io/${PROJECT_ID}/log_signer:${TAG_NAME}