mirror of
https://github.com/redhat-actions/buildah-build.git
synced 2025-04-19 00:41:23 +00:00
Fix typo in podman login section of readme (#56)
This commit is contained in:
parent
b8dfc09b78
commit
e2bcacef27
1 changed files with 1 additions and 1 deletions
|
@ -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 }}
|
||||||
|
|
Loading…
Reference in a new issue