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 }