.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 3s

This commit is contained in:
2025-10-07 10:24:22 +00:00
parent 5a22782e79
commit c61df14678

View File

@@ -19,7 +19,7 @@ jobs:
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with:
registry: gitea.nixbi.de 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
- name: Build and Push Docker Image - name: Build and Push Docker Image
@@ -28,4 +28,4 @@ jobs:
context: . context: .
file: ./Dockerfile file: ./Dockerfile
push: true push: true
tags: gitea.nixbi.de/${{ gitea.owner }}/${{ gitea.repo }}:latest tags: gitea.nixbi.de/${{ gitea.OWNER }}/${{ gitea.REPO }}:latest