-
- Downloads
fix(shell-tools): Fix manifest detection
`podman manifest inspect` is not suitable for this task. It inspects image manifests the same way as it does with manifest lists, as a result it tries to push everything as manifest lists which breaks. This patch tries to fix that problem by using `podman manifest exists` instead.
parent
e3e965be
Branches
Tags
Pipeline #12838 passed
Stage: shell-tools-lint
Stage: shell-tools-test
Stage: build
Stage: test
Stage: tag
Please sign in to comment