We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c2bad4 commit cecc4fcCopy full SHA for cecc4fc
.github/workflows/build-publish.yml
@@ -74,7 +74,9 @@ jobs:
74
context: .
75
build-args: GIT_DESCRIBE=${{ steps.acme-companion_version.outputs.VERSION }}
76
platforms: linux/amd64,linux/arm64,linux/arm/v7
77
+ sbom: true
78
push: true
79
+ provenance: mode=max
80
tags: ${{ steps.docker_meta.outputs.tags }}
81
labels: ${{ steps.docker_meta.outputs.labels }}
82
cache-from: type=gha
0 commit comments