diff --git a/.github/workflows/docker-ghcr.yml b/.github/workflows/docker-ghcr.yml index d711391..51629f2 100644 --- a/.github/workflows/docker-ghcr.yml +++ b/.github/workflows/docker-ghcr.yml @@ -52,10 +52,9 @@ jobs: - name: Build and push Docker image run: | docker buildx build --push \ - --platform linux/amd64,linux/arm64 \ + --platform linux/amd64 \ --tag ghcr.io/${{ env.REPO_LOWER }}:${{ env.VERSION }} \ - --tag ghcr.io/${{ env.REPO_LOWER }}:latest \ --build-arg VERSION=${{ env.VERSION }} \ -f Dockerfile . env: - GHCR_PUBLIC: true \ No newline at end of file + GHCR_PUBLIC: true