blob: 7535b38b4b34144001d218a4a9b9e0925deb305a [file] [log] [blame] [edit]
# Copyright 2024 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/gitmirror/Dockerfile'
- '--build-arg'
- 'version=${TAG_NAME}'
- '-t'
- 'gcr.io/symbolic-datum-552/gitmirror:${TAG_NAME}'
- '-t'
- 'gcr.io/symbolic-datum-552/gitmirror:latest'
- '.'
- name: 'gcr.io/cloud-builders/docker'
args: ['push', 'gcr.io/symbolic-datum-552/gitmirror:${TAG_NAME}']
images:
- 'gcr.io/symbolic-datum-552/gitmirror:${TAG_NAME}'
- 'gcr.io/symbolic-datum-552/gitmirror:latest'
options:
logging: CLOUD_LOGGING_ONLY