Fixing some typo
oggui-multibranch/pipeline/head There was a failure building this commit Details

oggui/translations
Nicolas Arenas 2024-10-24 22:23:55 +02:00
parent cdcea5ac46
commit a3e236beaa
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ pipeline {
env.IMAGE_ID = IMAGE_ID
env.LATEST_ID = LATEST_ID
env.BRANCH_NAME = BRANCH_NAME
docker.build("${IMAGE_ID}", "-f Dockerfile- .")
docker.build("${IMAGE_ID_TESTING}", "-f Dockerfile-testing .")
}
}
}