Switch CI to Gitea container registry; drop GHCR
Publish Container / docker (push) Failing after 10m54s

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
nmemmert
2026-08-26 12:11:09 -04:00
parent 0512d40fc6
commit 293d9bee4e
+5 -5
View File
@@ -36,18 +36,18 @@ jobs:
- name: Run production build - name: Run production build
run: npm run build run: npm run build
- name: Log in to GHCR - name: Log in to Gitea Container Registry
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with:
registry: ghcr.io registry: git.necloud.us
username: ${{ github.actor }} username: ${{ gitea.actor }}
password: ${{ secrets.GITHUB_TOKEN }} password: ${{ secrets.GITEA_TOKEN }}
- name: Extract metadata - name: Extract metadata
id: meta id: meta
uses: docker/metadata-action@v5 uses: docker/metadata-action@v5
with: with:
images: ghcr.io/nmemmert/siteforge images: git.necloud.us/nate/siteforge
tags: | tags: |
type=raw,value=latest,enable={{is_default_branch}} type=raw,value=latest,enable={{is_default_branch}}
type=sha type=sha