Add auth_file_path input and --verbose flag (#21)

Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
Divyanshu Agrawal 2022-05-04 13:15:40 +05:30 committed by GitHub
parent 43f863be90
commit 34f135348d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 34 additions and 9 deletions

View file

@ -36,6 +36,7 @@ jobs:
username: ${{ env.REGISTRY_USER }}
password: ${{ env.REGISTRY_PASSWORD }}
registry: ${{ env.IMAGE_REGISTRY }}
auth_file_path: ./auth/auth.json
- name: Pull image with Podman
run: podman pull ${{ env.IMAGE_PATH }}