mirror of
https://github.com/redhat-actions/push-to-registry.git
synced 2025-05-04 20:29:54 +02:00
Make input username
and password
optional (#35)
* Make input username and password optional since user can use podman login * Add cron triggers to workflows * Group podman version output Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
parent
b5dbf66601
commit
321a4c5e98
10 changed files with 122 additions and 86 deletions
3
.github/workflows/multiple-build.yaml
vendored
3
.github/workflows/multiple-build.yaml
vendored
|
@ -2,6 +2,9 @@ name: Multiple container CLI build tests
|
|||
on:
|
||||
push:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '0 0 * * *' # every day at midnight
|
||||
|
||||
env:
|
||||
IMAGE_NAME: myimage
|
||||
IMAGE_TAG: v1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue