forked from CGM_Public/pretix_original
Update Texts
All checks were successful
Build Deploy email notification tool / Apply-Kubernetes-Resources (push) Successful in 2m32s
All checks were successful
Build Deploy email notification tool / Apply-Kubernetes-Resources (push) Successful in 2m32s
This commit is contained in:
18
.gitea/workflows/cicd.yaml
Normal file
18
.gitea/workflows/cicd.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
name: Build Deploy email notification tool
|
||||
run-name: ${{ gitea.actor }} building new version of the email notification tool
|
||||
on:
|
||||
push:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
Apply-Kubernetes-Resources:
|
||||
runs-on: podman
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v3
|
||||
- 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 .
|
||||
- name: Push Docker image
|
||||
run: podman push cr.ortlerstrasse.de/cgo/pretix:2025.1.0
|
||||
Reference in New Issue
Block a user