name: Build and Release run-name: ${{ gitea.actor }} build 🚀 on: push: branches: - master jobs: release: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - name: Deploy to Container run: | docker compose up -d --build --remove-orphans