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