fix gitea action
All checks were successful
Build and Push Quartz Wiki / build-and-push (push) Successful in 46s

This commit is contained in:
vorpax
2026-01-05 23:11:37 +01:00
parent 58ea6686dd
commit 303645f3a5

View File

@@ -20,9 +20,9 @@ jobs:
- name: Login to Gitea Registry - name: Login to Gitea Registry
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with:
registry: ${{ github.server_url }} registry: ${{ env.REGISTRY }}
username: ${{ github.actor }} username: ${{ gitea.actor }}
password: ${{ secrets.GITHUB_TOKEN }} password: ${{ secrets.REGISTRY_TOKEN }}
- name: Build and Push - name: Build and Push
uses: docker/build-push-action@v5 uses: docker/build-push-action@v5
@@ -30,5 +30,5 @@ jobs:
context: . context: .
push: true push: true
tags: | tags: |
${{ github.server_url }}/${{ github.repository }}/quartz:${{ github.sha }} tags: ${{ steps.meta.outputs.tags }}
${{ github.server_url }}/${{ github.repository }}/quartz:latest labels: ${{ steps.meta.outputs.labels }}