Disabled cache for Docker

This commit is contained in:
slashtechno 2022-12-17 18:18:48 -06:00
parent 3855e87f09
commit 65bba32284
Signed by: slashtechno
GPG Key ID: 8EC1D9D9286C2B17
1 changed files with 2 additions and 2 deletions

View File

@ -36,5 +36,5 @@ jobs:
with: with:
push: true push: true
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.sha }}, ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.sha }}, ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
cache-from: type=gha # cache-from: type=gha
cache-to: type=gha,mode=max # cache-to: type=gha,mode=max