diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ab207004..5d620820 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,9 +39,9 @@ jobs: uses: docker/build-push-action@v4 with: file: './application/Dockerfile' - platforms: linux/amd64,linux/arm64 + platforms: linux/amd64 context: ./application push: true tags: | ${{ secrets.DOCKER_USERNAME }}/docsgpt:latest - ghcr.io/${{ github.repository_owner }}/docsgpt:latest \ No newline at end of file + ghcr.io/${{ github.repository_owner }}/docsgpt:latest