Removed Event input from docker metadata step

This commit is contained in:
DerDavidBohl
2025-10-06 20:48:00 +02:00
parent 328cb33955
commit 5964f6fd03

View File

@@ -65,7 +65,6 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
context: git
event: ${{ (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')) || github.event_name == 'repository_dispatch' && github.event.client_payload.tag != '' && 'tag' || '' }}
tags: |
type=ref,event=branch
type=ref,event=pr