mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-27 19:00:02 +00:00
Docker build fixes (#3557)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
parent
af2cbfe4be
commit
397a715dcb
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
@ -262,6 +262,9 @@ jobs:
|
||||
|
||||
- name: Docker build
|
||||
run: node common/scripts/install-run-rush.js docker:build
|
||||
env:
|
||||
DOCKER_CLI_HINTS: false
|
||||
|
||||
- name: Prepare server
|
||||
run: |
|
||||
cd ./tests
|
||||
@ -353,6 +356,8 @@ jobs:
|
||||
run: node common/scripts/install-run-rush.js bundle
|
||||
- name: Docker build
|
||||
run: node common/scripts/install-run-rush.js docker:build
|
||||
env:
|
||||
DOCKER_CLI_HINTS: false
|
||||
- name: Login to Docker Hub
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
|
@ -242,7 +242,8 @@
|
||||
"incremental": false,
|
||||
"ignoreDependencyOrder": false,
|
||||
"ignoreMissingScript": true,
|
||||
"disableBuildCache": true
|
||||
"disableBuildCache": true,
|
||||
"allowWarningsInSuccessfulBuild": true
|
||||
},
|
||||
{
|
||||
"commandKind": "bulk",
|
||||
@ -253,7 +254,8 @@
|
||||
"incremental": false,
|
||||
"ignoreDependencyOrder": false,
|
||||
"ignoreMissingScript": true,
|
||||
"disableBuildCache": true
|
||||
"disableBuildCache": true,
|
||||
"allowWarningsInSuccessfulBuild": true
|
||||
},
|
||||
{
|
||||
"commandKind": "bulk",
|
||||
@ -264,7 +266,8 @@
|
||||
"incremental": false,
|
||||
"ignoreDependencyOrder": false,
|
||||
"ignoreMissingScript": true,
|
||||
"disableBuildCache": true
|
||||
"disableBuildCache": true,
|
||||
"allowWarningsInSuccessfulBuild": true
|
||||
},
|
||||
{
|
||||
"commandKind": "bulk",
|
||||
|
Loading…
Reference in New Issue
Block a user