From 32c52dfba1e503ce1cfe7dfb9e4e44533224c9f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antti=20M=C3=B6tt=C3=B6nen?= Date: Thu, 22 Jul 2021 13:14:51 +0300 Subject: [PATCH] Remove docker layer caching Docker images saved by hash, i.e. kind cluster image, don't work with satackey docker layer caching, causing build to fail. See https://github.com/satackey/action-docker-layer-caching/pull/140 Remove the broken plugin from use. --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 757081f..1cbd04b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,6 @@ jobs: build-and-publish: runs-on: ubuntu-latest steps: - - uses: satackey/action-docker-layer-caching@v0.0.11 - name: Checkout the repository uses: actions/checkout@v2 - name: Setup Java