From 11ff5ce7bbea8516ffbb2c184ca774d79a099ddf Mon Sep 17 00:00:00 2001 From: i13302 Date: Tue, 3 Oct 2023 22:47:05 +0900 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E3=82=8A=E6=95=A2=E3=81=88=E3=81=9A:?= =?UTF-8?q?=20comment=20out?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/push_image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push_image.yml b/.github/workflows/push_image.yml index bc60495..26a7b29 100644 --- a/.github/workflows/push_image.yml +++ b/.github/workflows/push_image.yml @@ -49,7 +49,7 @@ jobs: context: ./${{ matrix.target }} push: true tags: | - ghcr.io/${{ github.repository_owner }}/${{ matrix.target }}:${{ env.TAGS }} + # ghcr.io/${{ github.repository_owner }}/${{ matrix.target }}:${{ env.TAGS }} ghcr.io/${{ github.repository_owner }}/${{ matrix.target }}:latest cache-from: type=local,src=/tmp/${{ matrix.target }}/.buildx-cache cache-to: type=local,dest=/tmp/${{ matrix.target }}/.buildx-cache