mirror of
https://github.com/redhat-actions/buildah-build.git
synced 2025-04-20 17:11:23 +00:00
fixed typo on podman login section of readme
This commit is contained in:
parent
b8dfc09b78
commit
d3d013e800
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ For example:
|
|||
|
||||
```yaml
|
||||
- name: Log in to Red Hat Registry
|
||||
uses: redhat-action/podman-login@v1
|
||||
uses: redhat-actions/podman-login@v1
|
||||
with:
|
||||
registry: registry.redhat.io
|
||||
username: ${{ secrets.REGISTRY_REDHAT_IO_USER }}
|
||||
|
|
Loading…
Reference in a new issue