mirror of
https://github.com/bryangerlach/rdgen.git
synced 2026-02-12 17:20:46 +00:00
remove the calls to api.rustdesk.com when checking for updates
This commit is contained in:
3
.github/workflows/docker-build.yml
vendored
3
.github/workflows/docker-build.yml
vendored
@@ -20,6 +20,9 @@ jobs:
|
||||
elif [[ "${{ github.ref_type }}" == "tag" ]]; then
|
||||
echo "IMAGE_TAG=${{ github.ref_name }}" >> "$GITHUB_ENV"
|
||||
echo "CREATE_IMAGE=true" >> "$GITHUB_ENV"
|
||||
elif [[ "${{ github.ref }}" == "refs/heads/master" ]]; then
|
||||
echo "IMAGE_TAG=latest" >> "$GITHUB_ENV"
|
||||
echo "CREATE_IMAGE=true" >> "$GITHUB_ENV"
|
||||
else
|
||||
echo "CREATE_IMAGE=false" >> "$GITHUB_ENV"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user