Adds some more polish
This commit is contained in:
parent
b3d0b3a90c
commit
11bd836ec3
18 changed files with 272 additions and 29 deletions
|
|
@ -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: .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue