name: Gitea Actions Demo run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 on: [ push ] jobs: Explore-Gitea-Actions: runs-on: ubuntu-latest steps: - run: sh ./mvnw -DskipTests=true clean package -P prod - run: docker build -t mirai-bot:latest