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