mirror of
https://github.com/Xpl0itU/WiiUDownloader.git
synced 2025-05-12 22:26:15 -04:00
Remove docker cache
This commit is contained in:
parent
e57b9a17cf
commit
771ed1f7cc
1 changed files with 0 additions and 7 deletions
7
.github/workflows/linux.yml
vendored
7
.github/workflows/linux.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue