Skip to content
This repository has been archived by the owner on Jun 15, 2021. It is now read-only.

Commit

Permalink
Merge pull request #54 from linuxserver/jenkins
Browse files Browse the repository at this point in the history
fix container name
  • Loading branch information
alex-phillips authored Feb 11, 2019
2 parents b7c89b2 + 6c6c398 commit 66b3a23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pipeline {
BUILD_VERSION_ARG = 'OPENVPNAS_VERSION'
LS_USER = 'linuxserver'
LS_REPO = 'docker-openvpnas'
CONTAINER_NAME = 'openvpn-as'
CONTAINER_NAME = 'openvpnas'
DOCKERHUB_IMAGE = 'linuxserver/openvpn-as'
DEV_DOCKERHUB_IMAGE = 'lsiodev/openvpn-as'
PR_DOCKERHUB_IMAGE = 'lspipepr/openvpn-as'
Expand Down
2 changes: 1 addition & 1 deletion jenkins-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repo_vars:
- BUILD_VERSION_ARG = 'OPENVPNAS_VERSION'
- LS_USER = 'linuxserver'
- LS_REPO = 'docker-openvpnas'
- CONTAINER_NAME = 'openvpn-as'
- CONTAINER_NAME = 'openvpnas'
- DOCKERHUB_IMAGE = 'linuxserver/openvpn-as'
- DEV_DOCKERHUB_IMAGE = 'lsiodev/openvpn-as'
- PR_DOCKERHUB_IMAGE = 'lspipepr/openvpn-as'
Expand Down

0 comments on commit 66b3a23

Please sign in to comment.