mirror of
https://github.com/redhat-actions/push-to-registry.git
synced 2025-04-20 06:36:17 +02:00
Add test case for extra args
Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
parent
dae1e56fb6
commit
6513a1bece
1 changed files with 2 additions and 0 deletions
2
.github/workflows/verify-push.yaml
vendored
2
.github/workflows/verify-push.yaml
vendored
|
@ -92,6 +92,8 @@ jobs:
|
||||||
registry: ${{ env.IMAGE_REGISTRY }}/${{ secrets.REGISTRY_USER }}
|
registry: ${{ env.IMAGE_REGISTRY }}/${{ secrets.REGISTRY_USER }}
|
||||||
username: ${{ secrets.REGISTRY_USER }}
|
username: ${{ secrets.REGISTRY_USER }}
|
||||||
password: ${{ secrets.REGISTRY_PASSWORD }}
|
password: ${{ secrets.REGISTRY_PASSWORD }}
|
||||||
|
extra-args: |
|
||||||
|
--disable-content-trust
|
||||||
|
|
||||||
- name: Echo outputs
|
- name: Echo outputs
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Reference in a new issue