fixed case issue

This commit is contained in:
Alex Phillips 2022-02-12 18:27:31 -05:00
parent 893758994a
commit 752af4bc6f
2 changed files with 2 additions and 2 deletions

2
Jenkinsfile vendored
View File

@ -20,7 +20,7 @@ pipeline {
EXT_GIT_BRANCH = 'main'
EXT_USER = 'linuxserver'
EXT_REPO = 'budge'
BUILD_VERSION_ARG = 'budge_RELEASE'
BUILD_VERSION_ARG = 'BUDGE_RELEASE'
LS_USER = 'linuxserver'
LS_REPO = 'docker-budge'
CONTAINER_NAME='budge'

View File

@ -10,7 +10,7 @@ repo_vars:
- EXT_GIT_BRANCH = 'main'
- EXT_USER = 'linuxserver'
- EXT_REPO = 'budge'
- BUILD_VERSION_ARG = 'budge_RELEASE'
- BUILD_VERSION_ARG = 'BUDGE_RELEASE'
- LS_USER = 'linuxserver'
- LS_REPO = 'docker-budge'
- CONTAINER_NAME='budge'