name: Build and Push Docker Image on: push: branches: [ main ] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - name: Build and push uses: docker/build-push-action@v4 with: push: true tags: 537yaha/ai-cs:latest