From 0e231675b61c361f991df4169d69ed99aee9d140 Mon Sep 17 00:00:00 2001 From: Ryu Sato Date: Tue, 10 Mar 2020 03:15:44 +0900 Subject: [PATCH] =?UTF-8?q?release=20action=20=E3=81=8C=E5=A4=B1=E6=95=97?= =?UTF-8?q?=E3=81=99=E3=82=8B=E5=95=8F=E9=A1=8C=E3=82=92=E4=BF=AE=E6=AD=A3?= =?UTF-8?q?=E3=81=97=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3bbcca6..6be6ba8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,8 +35,7 @@ jobs: --tag ${DOCKERHUB_REPOSITORY} --platform linux/amd64 --cache-from type=registry,ref=${DOCKERHUB_REPOSITORY} - --cache-to type=inline - --push + --load . - name: Tagging Docker Image by SemVer and publish