Tweak example

Signed-off-by: Tim Etchells <tetchel@gmail.com>
This commit is contained in:
Tim Etchells 2021-04-07 13:01:25 -04:00
parent cd7943cbfb
commit 805221f355
4 changed files with 5 additions and 8 deletions

View file

@ -10,18 +10,15 @@ env:
jobs:
login:
name: Login to container image registry
name: Log in to registry
runs-on: ubuntu-20.04
steps:
# Checkout podman login action github repository
- name: Checkout Podman login action
uses: actions/checkout@v2
- uses: actions/checkout@v2
- name: Login to Quay.io
- name: Log in to quay.io
uses: ./
with:
username: ${{ env.REGISTRY_USER }}
password: ${{ env.REGISTRY_PASSWORD }}
registry: ${{ env.IMAGE_REGISTRY }}
logout: false

2
dist/index.js vendored

File diff suppressed because one or more lines are too long

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

0
git-hooks/pre-commit Normal file → Executable file
View file