We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7451d3 commit e4a5307Copy full SHA for e4a5307
2 files changed
Jenkinsfile
@@ -27,7 +27,7 @@ pipeline {
27
DEV_DOCKERHUB_IMAGE = 'lsiodev/lsio-api'
28
PR_DOCKERHUB_IMAGE = 'lspipepr/lsio-api'
29
DIST_IMAGE = 'alpine'
30
- MULTIARCH='true'
+ MULTIARCH='false'
31
CI='true'
32
CI_WEB='false'
33
CI_PORT='8000'
jenkins-vars.yml
@@ -15,7 +15,7 @@ repo_vars:
15
- DEV_DOCKERHUB_IMAGE = 'lsiodev/lsio-api'
16
- PR_DOCKERHUB_IMAGE = 'lspipepr/lsio-api'
17
- DIST_IMAGE = 'alpine'
18
- - MULTIARCH='true'
+ - MULTIARCH='false'
19
- CI='true'
20
- CI_WEB='false'
21
- CI_PORT='8000'
0 commit comments