File tree Expand file tree Collapse file tree 3 files changed +2
-1
lines changed Expand file tree Collapse file tree 3 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ inputs:
12
12
cloud_builder :
13
13
description : " The cloud builder endpoint"
14
14
required : false
15
- default : " docker/collab-bu"
16
15
docker_username :
17
16
description : " Docker Hub username"
18
17
required : true
Original file line number Diff line number Diff line change 46
46
docker_username : ${{ vars.DOCKER_USERNAME }}
47
47
docker_password : ${{ secrets.DOCKER_PASSWORD }}
48
48
docker_hub_account : ${{ vars.DOCKER_HUB_ACCOUNT }}
49
+ cloud_builder : ${{ vars.CLOUD_BUILDER }}
49
50
no-cache : ${{ inputs.no-cache }}
Original file line number Diff line number Diff line change 26
26
docker_username : ${{ vars.DOCKER_USERNAME }}
27
27
docker_password : ${{ secrets.DOCKER_PASSWORD }}
28
28
docker_hub_account : ${{ vars.DOCKER_HUB_ACCOUNT }}
29
+ cloud_builder : ${{ vars.CLOUD_BUILDER }}
You can’t perform that action at this time.
0 commit comments