Update cloudbuild.yaml

This commit is contained in:
Eugene Pankov
2021-07-26 12:35:38 +02:00
parent 7db408e019
commit 8b5553676e

View File

@@ -4,9 +4,9 @@ steps:
args: args:
- build - build
- '-t' - '-t'
- '${_DOCKER_PUBLISH_URL}' - '${_DOCKER_TAG}'
- '--cache-from' - '--cache-from'
- '${_DOCKER_PUBLISH_URL}' - '${_DOCKER_TAG}'
- '.' - '.'
images: ['${_DOCKER_TAG}'] images: ['${_DOCKER_TAG}']