getpkg/.gitea/workflows/dropshell-build.yaml
Your Name 1e09c5c995
Some checks failed
dropshell-build / build (push) Failing after 4s
:-'Generic Commit'
2025-05-31 10:20:39 +12:00

27 lines
563 B
YAML

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