From 23ddf53abe70d05cdcd1dc5629d2d6a6c275b3ad Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 20 May 2024 12:09:11 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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