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 @@ -20,7 +20,7 @@ pipeline {
2020 QUAYIO_API_TOKEN = credentials(' quayio-repo-api-token' )
2121 GIT_SIGNING_KEY = credentials(' 484fbca6-9a4f-455e-b9e3-97ac98785f5f' )
2222 CONTAINER_NAME = ' wireguard'
23- BUILD_VERSION_ARG = ' WIREGUARD_VERSION '
23+ BUILD_VERSION_ARG = ' WIREGUARD_RELEASE '
2424 LS_USER = ' linuxserver'
2525 LS_REPO = ' docker-wireguard'
2626 DOCKERHUB_IMAGE = ' linuxserver/wireguard'
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ release_tag: latest
88ls_branch : master
99repo_vars :
1010 - CONTAINER_NAME = 'wireguard'
11- - BUILD_VERSION_ARG = 'WIREGUARD_VERSION '
11+ - BUILD_VERSION_ARG = 'WIREGUARD_RELEASE '
1212 - LS_USER = 'linuxserver'
1313 - LS_REPO = 'docker-wireguard'
1414 - DOCKERHUB_IMAGE = 'linuxserver/wireguard'
You can’t perform that action at this time.
0 commit comments