feat: gitea debugging
All checks were successful
Build and Push Docker Image / build (push) Successful in 47s

This commit is contained in:
Lucas Oskorep
2026-01-20 23:17:05 -05:00
parent 0a394aac33
commit 4baf27ca1a

View File

@@ -36,7 +36,7 @@ jobs:
if: gitea.event_name != 'pull_request'
uses: docker/login-action@v3
with:
registry: ghcr.io
registry: gitea.chaosdev.gay
username: ${{ gitea.actor }}
password: ${{ secrets.REGISTRY_PASSWORD }}
@@ -44,7 +44,7 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
images: ghcr.io/${{ gitea.repository_owner }}/${{ env.IMAGE_NAME }}
images: gitea.chaosdev.gay/${{ gitea.repository_owner }}/${{ env.IMAGE_NAME }}
tags: |
type=ref,event=branch
type=ref,event=pr