From fe8f3e581285615103bd47916fd4c63db11075e0 Mon Sep 17 00:00:00 2001 From: Brian Rosner Date: Sun, 13 Apr 2025 10:04:48 -0600 Subject: [PATCH] gitea --- .gitea/worfklows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/worfklows/ci.yml b/.gitea/worfklows/ci.yml index 83ab837..bccfca9 100644 --- a/.gitea/worfklows/ci.yml +++ b/.gitea/worfklows/ci.yml @@ -7,8 +7,8 @@ on: branches: [main] env: - REGISTRY: ghcr.io - IMAGE_NAME: ${{ github.repository }} + REGISTRY: brosner.dev + IMAGE_NAME: ${{ gitea.repository }} jobs: pre-commit: @@ -93,7 +93,7 @@ jobs: uses: docker/setup-buildx-action@v3 - name: Build image uses: docker/build-push-action@v5 - if: github.ref == 'refs/heads/main' + if: gitea.ref == 'refs/heads/main' with: tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}