Skip to content
New issue

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

[BUG] Flag --verbose causes docker.io login to fail #27

Open
fixbits opened this issue Jul 26, 2022 · 1 comment
Open

[BUG] Flag --verbose causes docker.io login to fail #27

fixbits opened this issue Jul 26, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@fixbits
Copy link

fixbits commented Jul 26, 2022

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 .

    - 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 }}
@fixbits fixbits added the bug Something isn't working label Jul 26, 2022
@fixbits
Copy link
Author

fixbits commented Jul 26, 2022

Failed to add to description, that reverting to version 1.2 solves the problem.

@fixbits fixbits changed the title [BUG] [BUG] Flag --verbose causes docker.io login to fail Jul 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant