feat: replace rsutls
Some checks failed
Release / release (push) Failing after 3m9s

This commit is contained in:
2026-03-20 16:06:12 +01:00
parent a898d3ceac
commit 3e70200c66
5 changed files with 162 additions and 8 deletions

View File

@@ -22,6 +22,6 @@ description = "Build a local snapshot release without publishing"
[tasks.release-docker]
run = """
docker build -f Dockerfile.release -t gitnow-release .
docker run --rm -v "$PWD:/build" -w /build -e GITEA_TOKEN gitnow-release release --snapshot --clean
docker run --rm gitnow-release release-snapshot
"""
description = "Test the release Docker image locally (snapshot mode)"