Add debugging Information
All checks were successful
Build Deploy email notification tool / Apply-Kubernetes-Resources (push) Successful in 10s

This commit is contained in:
UpdateBot
2025-02-11 20:48:27 +01:00
parent 38abad0bf6
commit 82366dd6c9

View File

@@ -26,4 +26,6 @@ jobs:
run: podman build -t cr.ortlerstrasse.de/cgo/pretix:${{ env.TAG_NAME }} .
- name: Push Docker image
run: podman push cr.ortlerstrasse.de/cgo/pretix:${{ env.TAG_NAME }}
run: |
podman push cr.ortlerstrasse.de/cgo/pretix:${{ env.TAG_NAME }}
echo "Image pushed successfully: cr.ortlerstrasse.de/cgo/pretix:${{ env.TAG_NAME }}"