Files
test/.gitea/workflows/demo.yaml
danthe42 be16f32166
All checks were successful
ci / docker (push) Successful in 15s
14
2025-11-06 21:40:22 +01:00

16 lines
339 B
YAML

name: ci
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push]
jobs:
docker:
runs-on: ubuntu-latest
steps:
- name: Kaniko build
uses: actions/checkout@master
with:
image: danthe/test
username: danthe
password: Secret666
registry: gitea.goroid.io