Adds some more polish

This commit is contained in:
Michel Fedde 2025-06-26 21:38:03 +02:00
parent b3d0b3a90c
commit 11bd836ec3
18 changed files with 272 additions and 29 deletions

View file

@ -6,6 +6,10 @@ on:
- release-*
workflow_dispatch:
env:
BUILD_TARGET: DOCKER
BUILD_LABEL: release
jobs:
build:
runs-on: node-20
@ -31,5 +35,5 @@ jobs:
uses: docker/build-push-action@v6
with:
push: true
tags: neintonine/pnp-scheduler:release
tags: neintonine/pnp-scheduler:${{ env.BUILD_LABEL }}
context: .