mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-06-17 13:52:56 -04:00
Release 1.2.1
- Added Variable Bit Rate option - Fixed cover art conversion issue - Fixed file permission/owner issue - Reworked some bash logic - Updated documentation
This commit is contained in:
@@ -15,7 +15,15 @@ jobs:
|
||||
|
||||
- name: Build image
|
||||
run: |
|
||||
docker build --no-cache -t ${{ github.sha }} .
|
||||
# Build variables
|
||||
VERSION=$(git describe --tags --always)
|
||||
cat <<EOF
|
||||
Building version $VERSION
|
||||
EOF
|
||||
# Build image
|
||||
docker build --build-arg VERSION=$VERSION \
|
||||
--no-cache \
|
||||
--tag ${{ github.sha }} .
|
||||
- name: Tag image
|
||||
if: ${{ github.ref == format('refs/heads/{0}-{1}', env.BASEIMAGE, env.MODNAME) }}
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user