Skip to content

Commit a922737

Browse files
committed
refactor: use a variable for cloud builder
1 parent 47de878 commit a922737

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

.github/actions/buildpush/action.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ inputs:
1212
cloud_builder:
1313
description: "The cloud builder endpoint"
1414
required: false
15-
default: "docker/collab-bu"
1615
docker_username:
1716
description: "Docker Hub username"
1817
required: true

.github/workflows/build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,5 @@ jobs:
4646
docker_username: ${{ vars.DOCKER_USERNAME }}
4747
docker_password: ${{ secrets.DOCKER_PASSWORD }}
4848
docker_hub_account: ${{ vars.DOCKER_HUB_ACCOUNT }}
49+
cloud_builder: ${{ vars.CLOUD_BUILDER }}
4950
no-cache: ${{ inputs.no-cache }}

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,4 @@ jobs:
2626
docker_username: ${{ vars.DOCKER_USERNAME }}
2727
docker_password: ${{ secrets.DOCKER_PASSWORD }}
2828
docker_hub_account: ${{ vars.DOCKER_HUB_ACCOUNT }}
29+
cloud_builder: ${{ vars.CLOUD_BUILDER }}

0 commit comments

Comments
 (0)