mirror of
https://github.com/Xpl0itU/WiiUDownloader.git
synced 2025-05-13 06:34:44 -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
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
submodules: 'recursive'
|
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
|
- name: Build Docker container
|
||||||
run: |
|
run: |
|
||||||
docker build . --file Dockerfile.linux --tag builder
|
docker build . --file Dockerfile.linux --tag builder
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue