pürerelease fix N°2
Docker Build & Push / build (push) Successful in 28s
Docker Build & Push / release (push) Successful in 9s

This commit is contained in:
Rudi
2026-08-28 21:10:35 +02:00
parent af3b084ee9
commit 51c024edde
+1 -1
View File
@@ -46,7 +46,7 @@ jobs:
uses: https://gitea.com/actions/gitea-release-action@main
with:
api_key: '${{ secrets.TOKEN }}'
prerelease: true
prerelease: ${{ contains(gitea.ref_name, '-rc') || contains(gitea.ref_name, '-beta') || contains(gitea.ref_name, '-alpha') }}
files: |-
docker-compose.yaml
body: |