name: Gitea Actions Demo run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 on: [push] jobs: Explore-Gitea-Actions: runs-on: docker steps: - name: Check out repository uses: actions/checkout@v5 - run: echo "Starting building the docker image" - run: docker build -t andreas/rsyncd:latest .