Kommentiere die Push-Bedingung im Docker-Build-Workflow aus
All checks were successful
Build and Push Docker Image / build (push) Successful in 29s

This commit is contained in:
2026-03-12 12:15:05 +01:00
parent 229b2f81f6
commit 7e01413d73

View File

@@ -51,6 +51,6 @@ jobs:
with:
context: .
file: ./Dockerfile
push: ${{ gitea.event_name != 'pull_request' }}
# push: ${{ gitea.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}