feat: update image
Some checks failed
Release / release (push) Failing after 3m21s

This commit is contained in:
2026-03-20 15:53:36 +01:00
parent 536157c5f5
commit a898d3ceac

View File

@@ -20,17 +20,11 @@ jobs:
- name: Snapshot (dry run) - name: Snapshot (dry run)
if: startsWith(github.ref, 'refs/tags/') == false if: startsWith(github.ref, 'refs/tags/') == false
run: | run: docker run --rm gitnow-release release-snapshot
docker run --rm \
-v "${{ github.workspace }}:/build" \
-w /build \
gitnow-release release-snapshot
- name: Release - name: Release
if: startsWith(github.ref, 'refs/tags/') if: startsWith(github.ref, 'refs/tags/')
run: | run: |
docker run --rm \ docker run --rm \
-v "${{ github.workspace }}:/build" \
-w /build \
-e GITEA_TOKEN=${{ secrets.GITEA_TOKEN }} \ -e GITEA_TOKEN=${{ secrets.GITEA_TOKEN }} \
gitnow-release release gitnow-release release