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
Related to the issue #18 , I create an empty config.json file with : echo "{ \"auths\": {} }" > $HOME/.docker/config.json
echo "{ \"auths\": {} }" > $HOME/.docker/config.json
The logout step "Removing registry credentials from" doesn't work, my config file always contain the credential but the logout action is OK.
- name: Log in to docker.io uses: redhat-actions/podman-login@v1 with: username: ${{ env.REGISTRY_USER }} password: ${{ env.REGISTRY_PASSWORD }} registry: ${{ env.IMAGE_REGISTRY }}
Also I tested with sample config with the same result :
echo "{ \"auths\": { \"dummy\": {} } }" > $HOME/.docker/config.json
The text was updated successfully, but these errors were encountered:
~/.docker/config.json
~/.docker
No branches or pull requests
Version
Describe the bug
Related to the issue #18 , I create an empty config.json file with :
echo "{ \"auths\": {} }" > $HOME/.docker/config.json
The logout step "Removing registry credentials from" doesn't work, my config file always contain the credential but the logout action is OK.
Steps to reproduce, workflow links, screenshots
More test
Also I tested with sample config with the same result :
echo "{ \"auths\": { \"dummy\": {} } }" > $HOME/.docker/config.json
The text was updated successfully, but these errors were encountered: