mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-06-18 22:33:00 -04:00
Updated documentation and build
This commit is contained in:
@@ -17,8 +17,13 @@ jobs:
|
||||
run: |
|
||||
# Build variables
|
||||
VERSION=$(git describe --tags --always)
|
||||
cat <<EOF
|
||||
Building version $VERSION
|
||||
EOF
|
||||
# Build image
|
||||
docker build --no-cache --build-arg VERSION=${VERSION} -t ${{ github.sha }} .
|
||||
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) }}
|
||||
|
||||
Reference in New Issue
Block a user