name: Gitea Actions Demo run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 on: [push] jobs: build-containers: container: image: docker-bootstrap steps: - name: Check out repository code uses: actions/checkout@v4 - name: offline-twitter/go2 run: | cd build docker build -f go.dockerfile -t offline-twitter/go2 .