From 5d7ac666f4de53d444c514176dd0a41b7ad81f81 Mon Sep 17 00:00:00 2001 From: smac89 <8305511+smac89@users.noreply.github.com> Date: Sun, 18 Apr 2021 21:38:35 -0600 Subject: [PATCH] Fix PR reviews --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bc071d7..ee75edc 100644 --- a/README.md +++ b/README.md @@ -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 }}