From 572cd58e5dc6eef3b2a2614b730f817acdadc56c Mon Sep 17 00:00:00 2001 From: aichy126 <16996097+aichy126@users.noreply.github.com> Date: Mon, 6 Feb 2023 18:59:39 +0800 Subject: [PATCH] update build docker img --- .github/workflows/build_img.yml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/build_img.yml b/.github/workflows/build_img.yml index dec31474..6c96499b 100644 --- a/.github/workflows/build_img.yml +++ b/.github/workflows/build_img.yml @@ -70,20 +70,20 @@ jobs: tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - - name: Build arm64 - uses: docker/build-push-action@v4 - with: - context: . - file: ./Dockerfile - platforms: linux/arm64 - push: true - tags: ${{ steps.meta.outputs.tags }} - labels: ${{ steps.meta.outputs.labels }} + # - name: Build arm64 + # uses: docker/build-push-action@v4 + # with: + # context: . + # file: ./Dockerfile + # platforms: linux/arm64 + # push: true + # tags: ${{ steps.meta.outputs.tags }} + # labels: ${{ steps.meta.outputs.labels }} - - name: Push image to GHCR - run: | - docker buildx imagetools create \ - --tag ghcr.io/${{ env.REGISTRY }}/${{ env.IMAGE }}:latest - ${{ env.REGISTRY }}/${{ env.IMAGE }}:latest + # - name: Push image to GHCR + # run: | + # docker buildx imagetools create \ + # --tag ghcr.io/${{ env.REGISTRY }}/${{ env.IMAGE }}:latest + # ${{ env.REGISTRY }}/${{ env.IMAGE }}:latest