Skip to content

Commit

Permalink
typo in container name
Browse files Browse the repository at this point in the history
  • Loading branch information
thelamer committed Jun 19, 2019
1 parent ecaf3cc commit 08270b1
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 = 'FFMPEG_VERSION'
LS_USER = 'linuxserver'
LS_REPO = 'docker-ffmpeg'
CONTAINER_NAME = 'ffmepg'
CONTAINER_NAME = 'ffmpeg'
DOCKERHUB_IMAGE = 'lsiobase/ffmpeg'
DEV_DOCKERHUB_IMAGE = 'lsiodev/ffmpeg'
PR_DOCKERHUB_IMAGE = 'lspipepr/ffmpeg'
Expand Down
2 changes: 1 addition & 1 deletion jenkins-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repo_vars:
- BUILD_VERSION_ARG = 'FFMPEG_VERSION'
- LS_USER = 'linuxserver'
- LS_REPO = 'docker-ffmpeg'
- CONTAINER_NAME = 'ffmepg'
- CONTAINER_NAME = 'ffmpeg'
- DOCKERHUB_IMAGE = 'lsiobase/ffmpeg'
- DEV_DOCKERHUB_IMAGE = 'lsiodev/ffmpeg'
- PR_DOCKERHUB_IMAGE = 'lspipepr/ffmpeg'
Expand Down

0 comments on commit 08270b1

Please sign in to comment.