disable cache
All checks were successful
App Image CI / Build app image (push) Successful in -2m5s

This commit is contained in:
Cory Sanin 2025-04-25 23:17:54 -05:00
parent 7be4a59b68
commit 35c6b13959

View File

@ -52,5 +52,3 @@ jobs:
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}
platforms: linux/amd64 platforms: linux/amd64
cache-from: type=gha,scope=${{ github.workflow }}
cache-to: type=gha,mode=max,scope=${{ github.workflow }}