misc: fix env and secrets
Some checks failed
Cargo Check / cargo-check (push) Successful in 34s
Cargo Format Check / cargo-fmt (push) Successful in 20s
Docker Image CI / build-and-push (push) Failing after 11s

This commit is contained in:
2026-05-01 00:01:34 -04:00
Unverified
parent 259ca7c676
commit fbe2b7a35e

View File

@@ -20,9 +20,9 @@ jobs:
- name: Log in to GHCR - name: Log in to GHCR
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with:
registry: git.abunchofknowitalls.com registry: ${{ env.GITEA_DOMAIN }}
username: ${{ gitea.actor }} username: ${{ env.GITEA_REGISTRY_USER }}
password: ${{ secrets.GITEA_TOKEN }} password: ${{ secrets.CONTAINER_REGISTRY_TOKEN }}
- name: Extract metadata for Docker - name: Extract metadata for Docker
id: meta id: meta