blob: 962e0d5b813f4277debb6e772e7055436ee9af6e [file] [log] [blame]
# Copyright 2023 The Go Authors. All rights reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
steps:
- name: 'gcr.io/cloud-builders/docker'
args:
- 'build'
- '-f'
- 'cmd/gomoteserver/Dockerfile'
- '--build-arg'
- 'version=${TAG_NAME}'
- '-t'
- 'gcr.io/symbolic-datum-552/gomoteserver:${TAG_NAME}'
- '-t'
- 'gcr.io/symbolic-datum-552/gomoteserver:latest'
- '.'
- name: 'gcr.io/cloud-builders/docker'
args: ['push', 'gcr.io/symbolic-datum-552/gomoteserver:${TAG_NAME}']
images:
- 'gcr.io/symbolic-datum-552/gomoteserver:${TAG_NAME}'
- 'gcr.io/symbolic-datum-552/gomoteserver:latest'
options:
logging: CLOUD_LOGGING_ONLY