Files
Docker-rspamd/.gitea/workflows/deploy.yaml
Patrick Niebeling 6de14d2dc6
All checks were successful
Deploy Container Image to Registry / build-image (push) Successful in 1m57s
First Shos
Signed-off-by: Patrick Niebeling <patrick.niebeling@adacor.com>
2024-11-19 15:57:35 +01:00

14 lines
334 B
YAML

name: Deploy Container Image to Registry
run-name: Deploy to RaspberryPi
on: [push]
jobs:
build-image:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Run Build Hook
run: |
cd ${{ gitea.workspace }}/StableV2/
bash hooks/build