Skip to content

Commit caae107

Browse files
committed
chore: remove _ORG from REGISTRY_USER and REGISTRY_PASSWORD
1 parent 230fedd commit caae107

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

website/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jib {
2222
to {
2323
image = outputImage
2424
auth {
25-
username = System.getenv('ORG_REGISTRY_USER') ?: ''
26-
password = System.getenv('ORG_REGISTRY_PASSWORD') ?: ''
25+
username = System.getenv('REGISTRY_USER') ?: ''
26+
password = System.getenv('REGISTRY_PASSWORD') ?: ''
2727
}
2828
}
2929
container {

0 commit comments

Comments
 (0)