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