fix folder permission for rootles, this should also fix arm64 builds

This commit is contained in:
fuomag9
2026-01-12 00:08:31 +01:00
parent f2e34ec17f
commit a0324d7574
6 changed files with 49 additions and 13 deletions

View File

@@ -49,8 +49,8 @@ jobs:
context: ${{ matrix.context }}
file: ${{ matrix.dockerfile }}
push: false
load: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
platforms: linux/amd64,linux/arm64

View File

@@ -68,6 +68,6 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
platforms: linux/amd64
platforms: linux/amd64,linux/arm64
sbom: true
provenance: true