.gitea/workflows/buildDocker.yaml aktualisiert
Some checks failed
Build and Push Docker Image / build (push) Failing after 15s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s

This commit is contained in:
2025-10-07 10:18:24 +00:00
parent dccffc757e
commit 5aefbea20e

View File

@@ -18,7 +18,7 @@ jobs:
- name: Login to Gitea Registry - name: Login to Gitea Registry
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with:
registry: gitea.example.com registry: gitea.nixbi.de
username: ${{ gitea.actor }} username: ${{ gitea.actor }}
password: ${{ secrets.REGISTRY_TOKEN }} # Der Token für das eigene Repo, ggf. als PAT erzeugen password: ${{ secrets.REGISTRY_TOKEN }} # Der Token für das eigene Repo, ggf. als PAT erzeugen
@@ -28,4 +28,4 @@ jobs:
context: . context: .
file: ./Dockerfile file: ./Dockerfile
push: true push: true
tags: gitea.example.com/${{ gitea.owner }}/${{ gitea.repo }}:${{ gitea.sha }},gitea.example.com/${{ gitea.owner }}/${{ gitea.repo }}:latest tags: gitea.nixbi.de/${{ gitea.owner }}/${{ gitea.repo }}:${{ gitea.sha }},gitea.nixbi.de/${{ gitea.owner }}/${{ gitea.repo }}:latest