From fd645c1e0abbe03afd021532ae8951ec8bbcfc29 Mon Sep 17 00:00:00 2001 From: Jon Staab Date: Tue, 12 May 2026 10:07:33 -0700 Subject: [PATCH] Move containers to gitea registry --- .gitea/workflows/docker-publish.yml | 9 +++++---- README.md | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/docker-publish.yml b/.gitea/workflows/docker-publish.yml index 8e59f2c..0724075 100644 --- a/.gitea/workflows/docker-publish.yml +++ b/.gitea/workflows/docker-publish.yml @@ -5,8 +5,8 @@ on: branches: [master] env: - REGISTRY: ghcr.io - IMAGE_NAME: coracle-social/zooid + REGISTRY: gitea.coracle.social + IMAGE_NAME: coracle/zooid jobs: build-and-push-image: @@ -23,8 +23,8 @@ jobs: uses: docker/login-action@v3 with: registry: ${{ env.REGISTRY }} - username: ${{ secrets.REGISTRY_USERNAME }} - password: ${{ secrets.REGISTRY_PASSWORD }} + username: hodlbod + password: ${{ secrets.PACKAGE_TOKEN }} - name: Extract metadata (tags, labels) for Docker id: meta @@ -48,3 +48,4 @@ jobs: platforms: linux/amd64,linux/arm64 tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} + diff --git a/README.md b/README.md index 4987368..c5d6764 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ docker run -it \ -v ./config:/app/config \ -v ./media:/app/media \ -v ./data:/app/data \ - ghcr.io/coracle-social/zooid + gitea.coracle.social/coracle/zooid ``` Drop a TOML config file into `./config/` (see [Configuration](#configuration)) and the relay will be available at `ws://:3334`.