This commit fixes a bug making it impossible to push an image: The query parameter within the URL that ImagePushOptsBuilder builds should actually be named "destination" instead of "destinations".
Applying the fix I get (not authentificated, but works when I login)
Err(Fault { code: 400, message: "pushing image \"docker.io/****/****:latest\": writing manifest: uploading manifest latest to docker.io/****/****: requested access to the resource is denied: denied: requested access to the resource is denied" })
What did you implement:
This commit fixes a bug making it impossible to push an image: The query parameter within the URL that
ImagePushOptsBuilder
builds should actually be named "destination" instead of "destinations".https://docs.podman.io/en/latest/_static/api.html?version=v4.5#tag/images/operation/ImagePushLibpod
How did you verify your change:
Before I got:
Applying the fix I get (not authentificated, but works when I login)