summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-06-13 04:15:20 -0400
committerGitHub <noreply@github.com>2022-06-13 04:15:20 -0400
commit1c46b31a6806d2aae54238b233ebfd8c126061b8 (patch)
treeaff135c1c44b2a7505914864be8ab2da541bf22b /cmd
parentc044d455a1f42447fa800f0a5b4e83a7e271dbeb (diff)
parent48cf1d258326b25308225cb4a22703d6e3416b18 (diff)
downloadpodman-1c46b31a6806d2aae54238b233ebfd8c126061b8.tar.gz
podman-1c46b31a6806d2aae54238b233ebfd8c126061b8.tar.bz2
podman-1c46b31a6806d2aae54238b233ebfd8c126061b8.zip
Merge pull request #14560 from rhatdan/remote
podman-remote push --remove-signatures support
Diffstat (limited to 'cmd')
-rw-r--r--cmd/podman/images/push.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/podman/images/push.go b/cmd/podman/images/push.go
index a59bdd93c..1b3419014 100644
--- a/cmd/podman/images/push.go
+++ b/cmd/podman/images/push.go
@@ -117,7 +117,6 @@ func pushFlags(cmd *cobra.Command) {
_ = flags.MarkHidden("compress")
_ = flags.MarkHidden("digestfile")
_ = flags.MarkHidden("quiet")
- _ = flags.MarkHidden("remove-signatures")
_ = flags.MarkHidden("sign-by")
}
if !registry.IsRemote() {