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