From 5b2ec62ea3fa1912f3e4b07975ae38ed5ae8c0b5 Mon Sep 17 00:00:00 2001 From: Yukio Ugajin Date: Sat, 9 Sep 2023 12:06:36 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=93=E3=83=AB=E3=83=89=E3=81=AE=E8=A8=BC?= =?UTF-8?q?=E6=98=8E=E6=9B=B8=E3=82=92=E7=99=BA=E8=A1=8C=E3=81=97=E3=81=AA?= =?UTF-8?q?=E3=81=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/docker/build-push-action/issues/767#issuecomment-1398988045 --- .github/workflows/sample.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sample.yml b/.github/workflows/sample.yml index bc63af9..b31c0ee 100644 --- a/.github/workflows/sample.yml +++ b/.github/workflows/sample.yml @@ -50,6 +50,7 @@ jobs: file: ./docker/nginx/Dockerfile push: true tags: ${{ steps.meta.outputs.tags }} - # cache-from: type=gha - # cache-to: type=gha,mode=max + cache-from: type=gha + cache-to: type=gha,mode=max + provenance: false \ No newline at end of file