forked from CGM_Public/pretix_original
Add debugging Information
All checks were successful
Build Deploy email notification tool / Apply-Kubernetes-Resources (push) Successful in 10s
All checks were successful
Build Deploy email notification tool / Apply-Kubernetes-Resources (push) Successful in 10s
This commit is contained in:
@@ -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 }}"
|
||||
Reference in New Issue
Block a user