mirror of
https://github.com/redhat-actions/podman-login.git
synced 2025-05-04 03:29:54 +02:00
Add example workflow
Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
parent
565d575198
commit
1b6468c894
10 changed files with 68 additions and 196 deletions
12
.github/workflows/example.yml
vendored
12
.github/workflows/example.yml
vendored
|
@ -24,7 +24,13 @@ jobs:
|
|||
username: ${{ env.REGISTRY_USER }}
|
||||
password: ${{ env.REGISTRY_PASSWORD }}
|
||||
registry: ${{ env.IMAGE_REGISTRY }}
|
||||
logout: true
|
||||
|
||||
- name: Verify
|
||||
run: |
|
||||
echo ${XDG_RUNTIME_DIR}/containers/auth.json
|
||||
# - name: Verify
|
||||
# shell: bash
|
||||
# run: |
|
||||
# pwd
|
||||
# ls $HOME
|
||||
# cd $HOME
|
||||
# tree work
|
||||
# cat ${XDG_RUNTIME_DIR}/containers/auth.json
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue