Skip to content

Commit 307fe31

Browse files
authored
fix(ci): Update container
1 parent d599e4a commit 307fe31

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/container.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,6 @@ on:
1717
type: string
1818
default: "${{ github.repository }}"
1919

20-
signing:
21-
description: "Sign the image"
22-
type: string
23-
default: "false"
24-
2520
publish:
2621
description: "Publish the image to the registry"
2722
type: string
@@ -108,4 +103,3 @@ jobs:
108103
container-file: ${{ inputs.container-file }}
109104
container-name: ${{ inputs.container-name }}
110105
sbom: ${{ inputs.sbom }}
111-
signing: ${{ inputs.signing }}

0 commit comments

Comments
 (0)