fix folder permission for rootles, this should also fix arm64 builds
This commit is contained in:
2
.github/workflows/docker-build-pr.yml
vendored
2
.github/workflows/docker-build-pr.yml
vendored
@@ -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
|
||||
|
||||
2
.github/workflows/docker-build-trusted.yml
vendored
2
.github/workflows/docker-build-trusted.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user