ci: build docker image without gha cache + no platforms

pull/6775/head
NGPixel 2 years ago
parent 123b0e15d4
commit 56d7f4b935
No known key found for this signature in database
GPG Key ID: B755FB6870B30F63

@ -54,9 +54,9 @@ jobs:
provenance: true provenance: true
sbom: true sbom: true
push: true push: true
cache-from: type=gha # cache-from: type=gha
cache-to: type=gha,mode=max # cache-to: type=gha,mode=max
platforms: linux/amd64,linux/arm64 # platforms: linux/amd64,linux/arm64
tags: | tags: |
ghcr.io/requarks/wiki:${{ env.REL_VERSION }} ghcr.io/requarks/wiki:${{ env.REL_VERSION }}

Loading…
Cancel
Save