mirror of
https://github.com/redhat-actions/podman-login.git
synced 2025-02-22 18:11:21 +01:00
Tweak example
Signed-off-by: Tim Etchells <tetchel@gmail.com>
This commit is contained in:
parent
cd7943cbfb
commit
805221f355
4 changed files with 5 additions and 8 deletions
9
.github/workflows/example.yml
vendored
9
.github/workflows/example.yml
vendored
|
@ -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
2
dist/index.js
vendored
File diff suppressed because one or more lines are too long
2
dist/index.js.map
vendored
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
0
git-hooks/pre-commit
Normal file → Executable file
Loading…
Add table
Reference in a new issue