Disabled cache for Docker
This commit is contained in:
parent
3855e87f09
commit
65bba32284
|
@ -36,5 +36,5 @@ 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
|
||||
# cache-from: type=gha
|
||||
# cache-to: type=gha,mode=max
|
||||
|
|
Loading…
Reference in New Issue