File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ pipeline {
1919 DOCKERHUB_TOKEN = credentials(' docker-hub-ci-pat' )
2020 QUAYIO_API_TOKEN = credentials(' quayio-repo-api-token' )
2121 GIT_SIGNING_KEY = credentials(' 484fbca6-9a4f-455e-b9e3-97ac98785f5f' )
22- BUILD_VERSION_ARG = ' handbrake_VERSION '
22+ BUILD_VERSION_ARG = ' HANDBRAKE_VERSION '
2323 LS_USER = ' linuxserver'
2424 LS_REPO = ' docker-handbrake'
2525 CONTAINER_NAME = ' handbrake'
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ release_type: stable
88release_tag : latest
99ls_branch : master
1010repo_vars :
11- - BUILD_VERSION_ARG = 'handbrake_VERSION '
11+ - BUILD_VERSION_ARG = 'HANDBRAKE_VERSION '
1212 - LS_USER = 'linuxserver'
1313 - LS_REPO = 'docker-handbrake'
1414 - CONTAINER_NAME = 'handbrake'
You can’t perform that action at this time.
0 commit comments