Skip to content

Commit 0c2730a

Browse files
author
Jan Abel
committed
add docker tag
1 parent df330a0 commit 0c2730a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jenkins/etl.Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ pipeline {
2323
docker run --rm --network host \
2424
--name $CUR_PROJ-ETL-$TMP_SUFFIX \
2525
--env-file $CREDENTIALS \
26-
$REGISTRY/$CUR_PROJ Rscript $R_SCRIPT
26+
$REGISTRY/$CUR_PROJ:main Rscript $R_SCRIPT
2727
'''
2828
}
2929
post {

0 commit comments

Comments
 (0)