Skip to content

Commit

Permalink
Remove docker layer caching
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Moetto committed Jul 22, 2021
1 parent 91c7e89 commit 32c52df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ jobs:
build-and-publish:
runs-on: ubuntu-latest
steps:
- uses: satackey/[email protected]
- name: Checkout the repository
uses: actions/checkout@v2
- name: Setup Java
Expand Down

0 comments on commit 32c52df

Please sign in to comment.