1
0
mirror of https://github.com/Eugeny/tabby-web.git synced 2025-08-11 03:41:56 +00:00

Update cloudbuild.yaml

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

@@ -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}']