fix: remove build cache

This commit is contained in:
Gaze
2024-04-22 16:50:50 +07:00
parent 991a0e9137
commit 50b2000ee7

View File

@@ -52,5 +52,3 @@ jobs:
context: ${{ inputs.context }}
file: ${{ inputs.dockerfile }}
tags: "${{ inputs.image-repo }}:${{ inputs.image-tag }},${{ inputs.image-repo }}:latest"
cache-from: type=registry,ref=${{ inputs.image-repo }}:buildcache
cache-to: type=registry,ref=${{ inputs.image-repo }}:buildcache,mode=max