We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
latest
1 parent 4c4192c commit 8f2fac6Copy full SHA for 8f2fac6
1 file changed
cloudbuild.yaml
@@ -3,11 +3,12 @@ steps:
3
entrypoint: 'bash'
4
args: [
5
'-c',
6
- 'DOCKER_BUILDKIT=1 docker build -t gcr.io/$PROJECT_ID/$REPO_NAME:$TAG_NAME --build-arg TOKEN=$$TOKEN . --file=./Dockerfile' ]
+ 'DOCKER_BUILDKIT=1 docker build -t gcr.io/$PROJECT_ID/$REPO_NAME:latest -t gcr.io/$PROJECT_ID/$REPO_NAME:$TAG_NAME --build-arg TOKEN=$$TOKEN . --file=./Dockerfile' ]
7
secretEnv:
8
- 'TOKEN'
9
images:
10
- 'gcr.io/$PROJECT_ID/$REPO_NAME:$TAG_NAME'
11
+ - 'gcr.io/$PROJECT_ID/$REPO_NAME:latest'
12
timeout: 6000s
13
options:
14
env:
0 commit comments