From 3158b86822d7008f3926f8c3a965d2b1b1bd48af Mon Sep 17 00:00:00 2001 From: Patrick Sy Date: Tue, 17 Feb 2026 16:08:25 +0100 Subject: [PATCH] fix: Added missing docker coordinates --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1af11d6..e82f69d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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 }