Skip to content

Commit

Permalink
add needs docker to sandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
robertlincecum committed Mar 4, 2024
1 parent 2201100 commit e7f006c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-sandbox-common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ jobs:
name_override: ${{ inputs.name_override }}
gcp_project_id: ${{ inputs.gcp_project_id }}
token_secret_name: ${{ inputs.token_secret_name }}
needs_docker: ${{ inputs.needs_docker }}

buildDeploySandboxTS:
needs: detect-language
Expand Down Expand Up @@ -156,6 +157,7 @@ jobs:
name_override: ${{ inputs.name_override }}
gcp_project_id: ${{ inputs.gcp_project_id }}
token_secret_name: ${{ inputs.token_secret_name }}
needs_docker: ${{ inputs.needs_docker }}

buildDeploySandboxGo:
needs: detect-language
Expand Down

0 comments on commit e7f006c

Please sign in to comment.