fix: workflow
Some checks failed
Build and Publish Docker Image / build-and-push (push) Failing after 27s

This commit is contained in:
2026-01-03 12:13:43 +01:00
parent 41aa43153d
commit 77968cec34

View File

@@ -14,13 +14,13 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Log in to Gitea Container Registry
uses: docker/login-action@v3
with:
registry: git.br0tkasten.de
# Gitea provides these variables automatically
username: ${{ gitea.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
# - name: Log in to Gitea Container Registry
# uses: docker/login-action@v3
# with:
# registry: git.br0tkasten.de
# # Gitea provides these variables automatically
# username: ${{ gitea.actor }}
# password: ${{ secrets.GITHUB_TOKEN }}
- name: Extract metadata (tags, labels) for Docker
id: meta