Your Name 9b670600f6
All checks were successful
test-actions / build (push) Successful in 3s
'Generic Commit'
2025-06-01 11:37:39 +12:00

25 lines
452 B
YAML

name: test-actions
run-name: Test Actions
on: [push]
defaults:
run:
shell: bash
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: Test
run: |
./test.sh