File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3030 to {
3131 image = ' togetherjava.org:5001/togetherjava/jshellbackend:master' ?: ' latest'
3232 auth {
33- username = System . getenv(' ORG_REGISTRY_USER ' ) ?: ' '
34- password = System . getenv(' ORG_REGISTRY_PASSWORD ' ) ?: ' '
33+ username = System . getenv(' REGISTRY_USER ' ) ?: ' '
34+ password = System . getenv(' REGISTRY_PASSWORD ' ) ?: ' '
3535 }
3636 }
3737 container {
Original file line number Diff line number Diff line change 2626 to {
2727 image = rootProject. ext. jShellWrapperImageName
2828 auth {
29- username = System . getenv(' ORG_REGISTRY_USER ' ) ?: ' '
30- password = System . getenv(' ORG_REGISTRY_PASSWORD ' ) ?: ' '
29+ username = System . getenv(' REGISTRY_USER ' ) ?: ' '
30+ password = System . getenv(' REGISTRY_PASSWORD ' ) ?: ' '
3131 }
3232 }
3333 container {
You can’t perform that action at this time.
0 commit comments