fix: Reverts to inline on gitea, try non-inline on github.

This commit is contained in:
2026-02-11 12:15:46 -05:00
parent af4d4e393a
commit f385fcdc28
2 changed files with 5 additions and 5 deletions

View File

@@ -9,7 +9,7 @@ on:
env:
REGISTRY: ghcr.io
IMAGE_NAME: ductcalc
IMAGE_NAME: ${{ github.repository }}
USERNAME: m-housh
jobs:
@@ -69,5 +69,5 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=registry,ref=${{ env.USERNAME }}/${{ env.IMAGE_NAME }}:buildcache
cache-to: type=registry,ref=${{ env.USERNAME }}/${{ env.IMAGE_NAME }}:buildcache,mode=max
cache-to: mode=max,image-manifest=true,oci-mediatypes=true,type=registry,ref=${{ env.USERNAME }}/${{ env.IMAGE_NAME }}:build