Disabled Docker caching in docker.yml
This commit is contained in:
parent
0daa8ddd3b
commit
6e8e3b6eee
|
@ -38,5 +38,6 @@ jobs:
|
|||
with:
|
||||
push: true
|
||||
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.sha }}, ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
|
||||
cache-from: type=gha
|
||||
cache-to: type=gha,mode=max
|
||||
no-cache: true
|
||||
# cache-from: type=gha
|
||||
# cache-to: type=gha,mode=max
|
||||
|
|
Loading…
Reference in New Issue