First Shos
All checks were successful
Deploy Container Image to Registry / build-image (push) Successful in 1m57s
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:
14
.gitea/workflows/deploy.yaml
Normal file
14
.gitea/workflows/deploy.yaml
Normal 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
|
Reference in New Issue
Block a user