First Shos
All checks were successful
Deploy Container Image to Registry / build-image (push) Successful in 1m57s

Signed-off-by: Patrick Niebeling <patrick.niebeling@adacor.com>
This commit is contained in:
Patrick Niebeling
2024-11-19 15:57:35 +01:00
parent 069479a5b1
commit 6de14d2dc6
3 changed files with 25 additions and 9 deletions

View File

@ -0,0 +1,14 @@
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