mirror of
https://github.com/koush/scrypted.git
synced 2026-02-09 00:39:56 +00:00
8 lines
191 B
Bash
Executable File
8 lines
191 B
Bash
Executable File
cd $(dirname $0)
|
|
if [ -z "$1" ]
|
|
then
|
|
echo "Docker tag not specified"
|
|
exit 1
|
|
fi
|
|
gh workflow run docker.yml -f package_version=$(node print-package-json-version.js $1) -f docker_tag=$1
|