removing cache for worker build
This commit is contained in:
parent
28aa99a668
commit
26daf936c5
1 changed files with 5 additions and 4 deletions
9
.github/workflows/workers.yaml
vendored
9
.github/workflows/workers.yaml
vendored
|
|
@ -33,11 +33,12 @@ jobs:
|
|||
method: kubeconfig
|
||||
kubeconfig: ${{ secrets.OSS_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
|
||||
# - 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