Skip to content

Commit 32c52df

Browse files
committed
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 satackey/action-docker-layer-caching#140 Remove the broken plugin from use.
1 parent 91c7e89 commit 32c52df

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ jobs:
88
build-and-publish:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: satackey/[email protected]
1211
- name: Checkout the repository
1312
uses: actions/checkout@v2
1413
- name: Setup Java

0 commit comments

Comments
 (0)