Commit graph

14 commits

Author SHA1 Message Date
Sam Koved
3916dcf329
Update dependencies (#106)
Some checks failed
Check Case Normalization / Build and push image (push) Has been cancelled
Check Case Normalization / Build and push image-1 (push) Has been cancelled
CI checks / Run ESLint (push) Has been cancelled
CI checks / Check Distribution (push) Has been cancelled
CI checks / Check Input and Output enums (push) Has been cancelled
Push to GHCR / Build and push image (push) Has been cancelled
Push to GHCR / Build and push image-1 (push) Has been cancelled
Build and Push Manifest / Build and push manifest (push) Has been cancelled
Build and Push Manifest / Build and push manifest-1 (push) Has been cancelled
Multiple container CLI build tests / Build with docker after podman and push (latest: false) (push) Has been cancelled
Multiple container CLI build tests / Build with docker after podman and push (latest: true) (push) Has been cancelled
Multiple container CLI build tests / Build with docker after podman and push FQIN (latest: false) (push) Has been cancelled
Multiple container CLI build tests / Build with docker after podman and push FQIN (latest: true) (push) Has been cancelled
Multiple container CLI build tests / Build with docker only and push (latest: false) (push) Has been cancelled
Multiple container CLI build tests / Build with docker only and push (latest: true) (push) Has been cancelled
Multiple container CLI build tests / Build with docker only and push FQIN (latest: false) (push) Has been cancelled
Multiple container CLI build tests / Build with docker only and push FQIN (latest: true) (push) Has been cancelled
Multiple container CLI build tests / Build with podman after docker and push (latest: false) (push) Has been cancelled
Multiple container CLI build tests / Build with podman after docker and push (latest: true) (push) Has been cancelled
Multiple container CLI build tests / Build with podman after docker and push FQIN (latest: false) (push) Has been cancelled
Multiple container CLI build tests / Build with podman after docker and push FQIN (latest: true) (push) Has been cancelled
Multiple container CLI build tests / Build with podman only and push (latest: false) (push) Has been cancelled
Multiple container CLI build tests / Build with podman only and push (latest: true) (push) Has been cancelled
Multiple container CLI build tests / Build with podman only and push FQIN (latest: false) (push) Has been cancelled
Multiple container CLI build tests / Build with podman only and push FQIN (latest: true) (push) Has been cancelled
Push to Quay.io / Build and push image (push) Has been cancelled
Push to Quay.io / Build and push image-1 (push) Has been cancelled
Login and Push / Login and push image to Quay.io (push) Has been cancelled
Login and Push / Login and push image to Quay.io-1 (push) Has been cancelled
update dependencies to the latest versions for Node.js 20

 Signed-off-by: skoved <skoved@redhat.com>
2026-03-30 10:17:29 -04:00
EusebioTrigo
0fa2dca2e8
Support/node20 (#93)
* Update action.yml to use node20

* Update README.md with newer runner versions and fix typo

* Update all workflows to use newer action versions and runner environments
2024-03-05 19:18:07 +05:30
なつき
bdfa69ab89
Refactor inputs to support docker/metadata-action (#50) 2021-10-12 10:22:18 -07:00
divyansh42
227b0eed37 Switch back to ubuntu-20.04
Signed-off-by: divyansh42 <diagrawa@redhat.com>
2021-09-23 18:20:34 +05:30
Tim Etchells
ef7cace71d
Simplify push test (#48)
- shorter, faster, simpler
- now all test workflows are pushing 'ptr-test'
    - no more petclinic

Signed-off-by: Tim Etchells <tetchel@gmail.com>
2021-09-13 14:14:59 -07:00
Tim Etchells
dff05ea2fa
fix image namespace for new secrets structure (#47)
Signed-off-by: Tim Etchells <tetchel@gmail.com>
2021-09-13 10:13:29 -07:00
Divyanshu Agrawal
85f9459926
Add matrix to install latest podman version (#44)
* Add matrix to install latest podman version

Signed-off-by: divyansh42 <diagrawa@redhat.com>
2021-09-13 19:50:48 +05:30
divyansh42
0e2528bfb5 Temporarily switch to ubuntu-18.04
Signed-off-by: divyansh42 <diagrawa@redhat.com>
2021-07-19 19:35:19 +05:30
Divyanshu Agrawal
5ec72be08b
Fix failure if image name has "/" in it's name and present in docker (#40)
Signed-off-by: divyansh42 <diagrawa@redhat.com>
2021-04-23 14:29:56 -04:00
Divyanshu Agrawal
984901b4bb
Warn user if input image and registry both have / (#39)
Signed-off-by: divyansh42 <diagrawa@redhat.com>
2021-04-22 12:27:32 -04:00
Divyanshu Agrawal
321a4c5e98
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>
2021-04-12 08:35:25 -04:00
Tim Etchells
dec02e9270 Simplify 'echo outputs' workflow steps
Signed-off-by: Tim Etchells <tetchell@redhat.com>
2021-02-22 11:49:46 +05:30
Tim Etchells
74b235b626 Remove pull_request_target from workflows that push images
Signed-off-by: Tim Etchells <tetchell@redhat.com>
2021-02-20 13:37:54 -05:00
Divyanshu Agrawal
e7b5c08b38
Add Test workflows (#20)
Adding test workflows to verify image push,
built from multiple container cli

Signed-off-by: divyansh42 <diagrawa@redhat.com>
2021-02-04 19:38:09 -05:00