ci(worker): cache disabled as it's consuming space, and actions failing
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
f1920a28bf
commit
22b3ffdc6d
1 changed files with 4 additions and 4 deletions
8
.github/workflows/workers-ee.yaml
vendored
8
.github/workflows/workers-ee.yaml
vendored
|
|
@ -35,10 +35,10 @@ jobs:
|
|||
kubeconfig: ${{ secrets.EE_KUBECONFIG }} # Use content of kubeconfig in secret.
|
||||
id: setcontext
|
||||
|
||||
# Caching docker images
|
||||
- uses: satackey/action-docker-layer-caching@v0.0.11
|
||||
# Ignore the failure of a step and avoid terminating the job.
|
||||
continue-on-error: true
|
||||
# # Caching docker images
|
||||
# - uses: satackey/action-docker-layer-caching@v0.0.11
|
||||
# # Ignore the failure of a step and avoid terminating the job.
|
||||
# continue-on-error: true
|
||||
|
||||
- name: Build, tag
|
||||
id: build-image
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue