Update cloudbuild.yaml

This commit is contained in:
Eugene Pankov 2021-07-26 12:35:38 +02:00
parent 7db408e019
commit 8b5553676e
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4

View File

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