diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 38d2651..e275a8f 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -36,18 +36,18 @@ jobs: - name: Run production build run: npm run build - - name: Log in to GHCR + - name: Log in to Gitea Container Registry uses: docker/login-action@v3 with: - registry: ghcr.io - username: ${{ github.actor }} - password: ${{ secrets.GITHUB_TOKEN }} + registry: git.necloud.us + username: ${{ gitea.actor }} + password: ${{ secrets.GITEA_TOKEN }} - name: Extract metadata id: meta uses: docker/metadata-action@v5 with: - images: ghcr.io/nmemmert/siteforge + images: git.necloud.us/nate/siteforge tags: | type=raw,value=latest,enable={{is_default_branch}} type=sha