Aktiviere die Push-Option für Docker-Bauten im Workflow, um die Handhabung von Pull-Requests zu optimieren.
All checks were successful
Build and Push Docker Image / build (pull_request) Successful in 31s

This commit is contained in:
2026-03-12 12:16:44 +01:00
parent bb90b237f4
commit 77e3e8ac52

View File

@@ -53,6 +53,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 }}