Skip to content

Commit 08270b1

Browse files
committed
typo in container name
1 parent ecaf3cc commit 08270b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pipeline {
1313
BUILD_VERSION_ARG = 'FFMPEG_VERSION'
1414
LS_USER = 'linuxserver'
1515
LS_REPO = 'docker-ffmpeg'
16-
CONTAINER_NAME = 'ffmepg'
16+
CONTAINER_NAME = 'ffmpeg'
1717
DOCKERHUB_IMAGE = 'lsiobase/ffmpeg'
1818
DEV_DOCKERHUB_IMAGE = 'lsiodev/ffmpeg'
1919
PR_DOCKERHUB_IMAGE = 'lspipepr/ffmpeg'

jenkins-vars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repo_vars:
1313
- BUILD_VERSION_ARG = 'FFMPEG_VERSION'
1414
- LS_USER = 'linuxserver'
1515
- LS_REPO = 'docker-ffmpeg'
16-
- CONTAINER_NAME = 'ffmepg'
16+
- CONTAINER_NAME = 'ffmpeg'
1717
- DOCKERHUB_IMAGE = 'lsiobase/ffmpeg'
1818
- DEV_DOCKERHUB_IMAGE = 'lsiodev/ffmpeg'
1919
- PR_DOCKERHUB_IMAGE = 'lspipepr/ffmpeg'

0 commit comments

Comments
 (0)