mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-06-17 13:52:56 -04:00
Release 2.3 candidate 1
- Added Original language feature - Added :org special purpose language code (Resolves #392) - Added example scripts to use :org code - Cleaned up awk code - Modified removed track logging to be a single line - Removed tracks now are logged as Informational instead of Debug - Moved position argument check earlier - Updated README - Changed some log messages to make them more concise - Added version option - Reverted to single-stage build - Insert version into scripts during build - Updates Radarr/Sonarr version check to use v3 API. This makes the script fully compatible with Radarr v4. - Added debug info for system API - Added debug info for config API - Preparation for S6 V3
This commit is contained in:
@@ -20,9 +20,13 @@ jobs:
|
||||
cat <<EOF
|
||||
Building version $VERSION
|
||||
EOF
|
||||
# Insert version into scripts
|
||||
sed -i -e "s/{{VERSION}}/$VERSION/" \
|
||||
$GITHUB_WORKSPACE/root/usr/local/bin/striptracks.sh \
|
||||
$GITHUB_WORKSPACE/root/etc/cont-init.d/98-striptracks \
|
||||
$GITHUB_WORKSPACE/root/etc/s6-overlay/s6-rc.d/init-mod-radarr-striptracks-add-package/run
|
||||
# Build image
|
||||
docker build --build-arg VERSION=${VERSION} \
|
||||
--no-cache \
|
||||
docker build --no-cache \
|
||||
--tag ${{ github.sha }} .
|
||||
|
||||
- name: Tag image
|
||||
|
||||
Reference in New Issue
Block a user