Compare commits

...
This repository has been archived on 2024-09-20. You can view files and clone it, but cannot push or open issues or pull requests.

1 commit
main ... debug

Author SHA1 Message Date
Abdud Dayan Adeeb
d94e0f37db debug 2020-06-17 19:15:51 -04:00

View file

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