:-'Generic Commit'
Some checks failed
dropshell-build / build (push) Failing after 4s

This commit is contained in:
Your Name
2025-05-31 10:20:39 +12:00
parent c33ca6f4b4
commit 1e09c5c995
10 changed files with 126 additions and 16 deletions

View File

@ -0,0 +1,26 @@
name: dropshell-build
run-name: Build test and publish dropshell-build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Login to Gitea
uses: docker/login-action@v3
with:
registry: gitea.jde.nz
username: DoesntMatter
password: ${{ secrets.DOCKER_PUSH_TOKEN }}
- name: Build
run: |
./build.sh
- name: Test
run: |
./test.sh
- name: Publish
run: |
./publish.sh