Update worckflow
Some checks failed
Build and Push Docker Image (Simple) / build-and-push (push) Successful in 31s
Build and Push Docker Image / build-and-push (push) Failing after 3m18s

This commit is contained in:
jafreli
2025-07-19 00:57:14 +02:00
parent f714fa46ba
commit 72da152f93
2 changed files with 44 additions and 2 deletions

View File

@@ -30,12 +30,19 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Debug Registry Info
run: |
echo "Registry: ${{ env.REGISTRY }}"
echo "Repository Owner: ${{ gitea.repository_owner }}"
echo "Actor: ${{ gitea.actor }}"
echo "Token exists: ${{ secrets.GITEA_TOKEN != '' }}"
- name: Log in to Container Registry
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}
username: ${{ gitea.actor }}
password: ${{ secrets.GITEA_TOKEN }}
username: ${{ gitea.repository_owner }}
password: ${{ secrets.TOKEN }}
- name: Extract metadata
id: meta