fix: Added missing docker coordinates
Some checks failed
ci / ci (push) Failing after 1m39s

This commit is contained in:
Patrick Sy 2026-02-17 16:08:25 +01:00
parent 937e5b814b
commit 05ed17d943
Signed by: Patrick.Sy
GPG key ID: DDDC8EC51823195E

View file

@ -37,3 +37,5 @@ jobs:
goreleaser release --snapshot --skip=publish --clean
env:
GORELEASER_CURRENT_TAG: v0.0.0
DOCKER_REGISTRY: ${{ forgejo.server_url }}
DOCKER_ORG: ${{ forgejo.repository_owner }}