2 Commits

3 changed files with 3 additions and 3 deletions

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: ghcr.io registry: ${{ env.GITEA_DOMAIN }}
username: ${{ github.actor }} username: ${{ env.GITEA_REGISTRY_USER }}
password: ${{ secrets.GITHUB_TOKEN }} password: ${{ secrets.CONTAINER_REGISTRY_TOKEN }}
- name: Extract metadata for Docker - name: Extract metadata for Docker
id: meta id: meta