diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 10c8016..28b2d15 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,10 +29,10 @@ jobs: uses: docker/setup-qemu-action@v2 # 设置 Docker Buildx,用于构建多平台的 Docker 镜像 - - name: Set up Docker Buildx + - name: Set up Build uses: docker/setup-buildx-action@v2 - run: | - make docker-build + make build linting: name: Lint Code Base @@ -55,7 +55,7 @@ jobs: MARKDOWN_CONFIG_FILE: .markdownlint.yml main: - if: github.event_name == 'push' && github.ref == 'refs/heads/main' && github.repository == 'bococ/redis-operator' + if: github.event_name == 'push' && github.ref == 'refs/heads/main' && github.repository == 'zncdata-labs/spark-k8s-operator' runs-on: ubuntu-latest needs: - build @@ -82,7 +82,7 @@ jobs: make bundle-buildx tags: - if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags') && github.repository == 'bococ/redis-operator' + if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags') && github.repository == 'zncdata-labs/spark-k8s-operator' runs-on: ubuntu-latest needs: - build