Remove docker cache

This commit is contained in:
Xpl0itU 2023-07-21 14:02:58 +02:00
parent e57b9a17cf
commit 771ed1f7cc

View file

@ -15,13 +15,6 @@ jobs:
uses: actions/checkout@v3
with:
submodules: 'recursive'
- name: Docker Layer Caching
uses: jpribyl/action-docker-layer-caching@v0.1.1
continue-on-error: true
with:
key: wiiudownloader-docker-cache-{hash}
restore-keys: |
wiiudownloader-docker-cache-
- name: Build Docker container
run: |
docker build . --file Dockerfile.linux --tag builder