We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
redhat-actions/podman-login@v1.4
After adding the --verbose flag with version 1.3 I can not login to docker.io with valid credentials:
/usr/bin/podman login docker.io -u *** -p *** --verbose Error: unknown flag: --verbose Error: Error: podman exited with code 125 Error: unknown flag: --verbose.
I am using following Action step on a WSL2 Debian with only podman + buildah installed additionally .
- name: Log in to container registry uses: redhat-actions/podman-login@v1.2 with: username: ${{ env.DOCKER_IO_REGISTRY_USER }} password: ${{ env.DOCKER_IO_REGISTRY_PASSWORD }} registry: ${{ env.DOCKER_IO_IMAGE_REGISTRY }}
The text was updated successfully, but these errors were encountered:
Failed to add to description, that reverting to version 1.2 solves the problem.
Sorry, something went wrong.
No branches or pull requests
Version
redhat-actions/podman-login@v1.4
Describe the bug
After adding the --verbose flag with version 1.3 I can not login to docker.io with valid credentials:
/usr/bin/podman login docker.io -u *** -p *** --verbose
Error: unknown flag: --verbose
Error: Error: podman exited with code 125
Error: unknown flag: --verbose.
Steps to reproduce, workflow links, screenshots
I am using following Action step on a WSL2 Debian with only podman + buildah installed additionally .
The text was updated successfully, but these errors were encountered: