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

This commit is contained in:
Patrick Sy 2026-02-17 16:08:25 +01:00
parent 937e5b814b
commit 3158b86822
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: ${ env.FORGEJO_SERVER_URL }
DOCKER_ORG: ${ env.FORGEJO_REPOSITORY_OWNER }