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 d599e4a commit 307fe31Copy full SHA for 307fe31
.github/workflows/container.yml
@@ -17,11 +17,6 @@ on:
17
type: string
18
default: "${{ github.repository }}"
19
20
- signing:
21
- description: "Sign the image"
22
- type: string
23
- default: "false"
24
-
25
publish:
26
description: "Publish the image to the registry"
27
@@ -108,4 +103,3 @@ jobs:
108
103
container-file: ${{ inputs.container-file }}
109
104
container-name: ${{ inputs.container-name }}
110
105
sbom: ${{ inputs.sbom }}
111
- signing: ${{ inputs.signing }}
0 commit comments