We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ORG_
1 parent 208ced7 commit 6d07b3aCopy full SHA for 6d07b3a
2 files changed
JShellAPI/build.gradle
@@ -30,8 +30,8 @@ jib {
30
to {
31
image = 'togetherjava.org:5001/togetherjava/jshellbackend:master' ?: 'latest'
32
auth {
33
- username = System.getenv('ORG_REGISTRY_USER') ?: ''
34
- password = System.getenv('ORG_REGISTRY_PASSWORD') ?: ''
+ username = System.getenv('REGISTRY_USER') ?: ''
+ password = System.getenv('REGISTRY_PASSWORD') ?: ''
35
}
36
37
container {
JShellWrapper/build.gradle
@@ -26,8 +26,8 @@ jib {
26
27
image = rootProject.ext.jShellWrapperImageName
28
29
0 commit comments