All checks were successful
Deploy Container Image to Registry / build-image (push) Successful in 1m57s
Signed-off-by: Patrick Niebeling <patrick.niebeling@adacor.com>
14 lines
334 B
YAML
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 |