Files
test/.gitea/workflows/demo.yaml
danthe42 27a9353866
Some checks failed
ci / docker (push) Failing after 39s
15
2025-11-06 21:46:07 +01:00

17 lines
376 B
YAML

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