diff --git a/Jenkinsfile b/Jenkinsfile index a4bc082..368b142 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -19,11 +19,11 @@ pipeline { DOCKERHUB_TOKEN=credentials('docker-hub-ci-pat') BUILD_VERSION_ARG = 'EDGE_VERSION' LS_USER = 'linuxserver' - LS_REPO = 'docker-edge' - CONTAINER_NAME = 'edge' - DOCKERHUB_IMAGE = 'linuxserver/edge' - DEV_DOCKERHUB_IMAGE = 'lsiodev/edge' - PR_DOCKERHUB_IMAGE = 'lspipepr/edge' + LS_REPO = 'docker-msedge' + CONTAINER_NAME = 'msedge' + DOCKERHUB_IMAGE = 'linuxserver/msedge' + DEV_DOCKERHUB_IMAGE = 'lsiodev/msedge' + PR_DOCKERHUB_IMAGE = 'lspipepr/msedge' DIST_IMAGE = 'ubuntu' MULTIARCH = 'false' CI = 'true' diff --git a/jenkins-vars.yml b/jenkins-vars.yml index 1efa53d..8d51f59 100644 --- a/jenkins-vars.yml +++ b/jenkins-vars.yml @@ -10,11 +10,11 @@ ls_branch: master repo_vars: - BUILD_VERSION_ARG = 'EDGE_VERSION' - LS_USER = 'linuxserver' - - LS_REPO = 'docker-edge' - - CONTAINER_NAME = 'edge' - - DOCKERHUB_IMAGE = 'linuxserver/edge' - - DEV_DOCKERHUB_IMAGE = 'lsiodev/edge' - - PR_DOCKERHUB_IMAGE = 'lspipepr/edge' + - LS_REPO = 'docker-msedge' + - CONTAINER_NAME = 'msedge' + - DOCKERHUB_IMAGE = 'linuxserver/msedge' + - DEV_DOCKERHUB_IMAGE = 'lsiodev/msedge' + - PR_DOCKERHUB_IMAGE = 'lspipepr/msedge' - DIST_IMAGE = 'ubuntu' - MULTIARCH = 'false' - CI = 'true'