fixed typo on podman login section of readme

This commit is contained in:
Will Haines 2021-05-11 15:54:12 -06:00
parent b8dfc09b78
commit d3d013e800

View file

@ -158,7 +158,7 @@ For example:
```yaml ```yaml
- name: Log in to Red Hat Registry - name: Log in to Red Hat Registry
uses: redhat-action/podman-login@v1 uses: redhat-actions/podman-login@v1
with: with:
registry: registry.redhat.io registry: registry.redhat.io
username: ${{ secrets.REGISTRY_REDHAT_IO_USER }} username: ${{ secrets.REGISTRY_REDHAT_IO_USER }}