This commit is contained in:
@@ -11,6 +11,7 @@ on:
|
|||||||
- tsconfig.json
|
- tsconfig.json
|
||||||
- Dockerfile
|
- Dockerfile
|
||||||
- bun.lockb
|
- bun.lockb
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
DOCKER_REGISTRY: gitea.t000-n.de
|
DOCKER_REGISTRY: gitea.t000-n.de
|
||||||
@@ -92,7 +93,7 @@ jobs:
|
|||||||
id: tag
|
id: tag
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITEA_TOKEN }}
|
token: ${{ secrets.GITEA_TOKEN }}
|
||||||
prerelease: false
|
prerelease: ${{ github.event_name == 'workflow_dispatch' }}
|
||||||
- uses: https://gitea.t000-n.de/t.behrendt/actions/release-git-tag@0.0.2
|
- uses: https://gitea.t000-n.de/t.behrendt/actions/release-git-tag@0.0.2
|
||||||
with:
|
with:
|
||||||
tag: ${{ steps.tag.outputs.new-tag }}
|
tag: ${{ steps.tag.outputs.new-tag }}
|
||||||
|
|||||||
Reference in New Issue
Block a user