name: Build and Push Docker Image on: push: branches: - dev-* jobs: build-and-push: runs-on: ubuntu-latest steps: - name: 检出代码 uses: https://gitea.com/actions/checkout@v3 - name: 镜像构建 uses: https://gitea.com/actions/build-push-action@v5 with: context: .