mirror of
https://github.com/linka-cloud/d2vm.git
synced 2026-01-24 02:25:04 +00:00
templates: improve docker build layers caching
Signed-off-by: Adphi <philippe.adrien.nousse@gmail.com>
This commit is contained in:
7
.github/workflows/ci.yaml
vendored
7
.github/workflows/ci.yaml
vendored
@@ -61,6 +61,10 @@ jobs:
|
||||
- quay.io/centos/centos:stream
|
||||
|
||||
steps:
|
||||
- name: Free Disk Space (Ubuntu)
|
||||
uses: linka-cloud/free-disk-space@main
|
||||
if: matrix.image == 'quay.io/centos/centos:stream'
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
@@ -109,6 +113,9 @@ jobs:
|
||||
- centos:8
|
||||
- quay.io/centos/centos:stream10
|
||||
steps:
|
||||
- name: Free Disk Space (Ubuntu)
|
||||
uses: linka-cloud/free-disk-space@main
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user