# # Build docker image # name: Démo run-name: ${{ gitea.actor }} running CI in the pipeline 🚀 on: [ push ] jobs: build: runs-on: ubuntu-latest if: gitea.ref == 'refs/heads/main' steps: - name: Check out repository code uses: actions/checkout@v3 - name: Set up docker buildx uses: docker/setup-buildx-action@v3