Fix PR reviews

This commit is contained in:
smac89 2021-04-18 21:38:35 -06:00 committed by GitHub
parent 88f377f59b
commit 5d7ac666f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -59,7 +59,7 @@ jobs:
Logging into `github`'s container registry is just as easy:
```
```yaml
name: Log in to ghcr.io
on:
push:
@ -71,10 +71,10 @@ env:
jobs:
login:
name: Login to GitHub Container Registry
runs-on: ubuntu-latest
name: Log in to GitHub Container Registry
runs-on: ubuntu-20.04
steps:
- name: Log in to Ghrc.io
- name: Log in to ghrc.io
uses: redhat-actions/podman-login@v1
with:
username: ${{ env.REGISTRY_USER }}