Files
test/.gitea/workflows/demo.yaml
danthe42 7c02ccd89d
All checks were successful
ci / docker (push) Successful in 51s
17
2025-11-07 00:02:54 +01:00

19 lines
421 B
YAML

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