diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index cfb1ac8..bbc4ac5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -8,7 +8,7 @@ jobs: build-and-push: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: docker/build-push-action@v2 - name: Build amd64 image run: | docker build --platform linux/amd64 -t xiaomoinfo/wechatgpt-amd64:latest .