forked from CGM_Public/pretix_original
Use latest tag in master branch
All checks were successful
Build Deploy email notification tool / Apply-Kubernetes-Resources (push) Successful in 1m47s
All checks were successful
Build Deploy email notification tool / Apply-Kubernetes-Resources (push) Successful in 1m47s
This commit is contained in:
@@ -13,6 +13,6 @@ jobs:
|
||||
- name: Login to Docker Registry
|
||||
run: podman login -u ${{ secrets.REGISTRY_USERNAME }} -p ${{ secrets.REGISTRY_TOKEN }} cr.ortlerstrasse.de
|
||||
- name: Build Docker image
|
||||
run: podman build -t cr.ortlerstrasse.de/cgo/pretix:2025.1.0 .
|
||||
run: podman build -t cr.ortlerstrasse.de/cgo/pretix:latest .
|
||||
- name: Push Docker image
|
||||
run: podman push cr.ortlerstrasse.de/cgo/pretix:2025.1.0
|
||||
run: podman push cr.ortlerstrasse.de/cgo/pretix:latest
|
||||
Reference in New Issue
Block a user