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