mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-01 00:08:27 +01:00
Start pushing docker images to internal docker registry
This commit is contained in:
parent
46399a9c34
commit
bee7b425a8
@ -21,7 +21,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{ "command" : "docker build -t cloudadmin/unleash-server ." },
|
||||
{ "command" : "docker build -t finntech/unleash-server:$FINNBUILD_RANDOM_HASH . && docker push finntech/unleash-server:$FINNBUILD_RANDOM_HASH" },
|
||||
{ "command" : "rm -rf sql && mkdir sql" },
|
||||
{ "command" : "scripts/generate-liquibase-artifact.js > sql/db.changelog-master.xml"},
|
||||
{ "command" : "jar -cf unleash-db.jar sql"},
|
||||
@ -38,7 +38,7 @@
|
||||
],
|
||||
"default": [
|
||||
{"command": "npm install && npm run pg-virtualenv-test"},
|
||||
{"command" : "docker build -t cloudadmin/unleash-server ." },
|
||||
{"command" : "docker build -t finntech/unleash-server:$FINNBUILD_RANDOM_HASH ." },
|
||||
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user