fix: no need args

This commit is contained in:
Abdud Dayan Adeeb
2020-06-17 19:14:06 -04:00
parent 7ff049bcd1
commit 81b4f22df4
3 changed files with 1 additions and 7 deletions

View File

@ -4,4 +4,4 @@ if [ ! -z $INPUT_USERNAME ];
then echo $INPUT_USERNAME | docker login $INPUT_REGISTRY -u $INPUT_PASSWORD --password-stdin
fi
exec docker run $INPUT_OPTIONS $INPUT_IMAGE $INPUT_COMMAND $INPUT_ARGS
exec docker run $INPUT_OPTIONS $INPUT_IMAGE $INPUT_COMMAND