Closed kynmh69 closed 7 months ago
Run echo "${TAGS}" | xargs -I {} cosign sign --yes --force {}@${DIGEST}
Error: unknown flag: --force
main.go:74: error during command execution: unknown flag: --force
Error: Process completed with exit code 123.
forceはだめだった。
I came across this while troubleshooting the same issue, and resolved it by bumping cosign from v3.1.1 to v3.3.0
uses: sigstore/cosign-installer@v3.3.0
with:
cosign-release: 'v2.2.2'
バグの説明
以下のエラーでイメージのプッシュができない。
再現手順 この挙動を再現する手順:
期待される挙動 イメージがプッシュされること
スクリーンショット
追加のコンテキスト
この辺が参考になりそう