Commit graph

23 commits

Author SHA1 Message Date
Divyanshu Agrawal
23eb62f550
Solve issue when image is present in Podman and Docker both (#16)
* Solve issue when image is present in Podman and Docker both

If updated docker image is present in docker env then
docker image won't get used if image same name and tag
is already present in podman env.
To fix this, selected latest built image and removed the
image at the end from the podman env if image is pulled
from docker env.

Signed-off-by: divyansh42 <diagrawa@redhat.com>
2021-01-19 10:24:49 -05:00
Tim Etchells
b038efb70a Exclude more characters from digestfile name
Signed-off-by: Tim Etchells <tetchell@redhat.com>
2021-01-08 09:59:03 -05:00
Tim Etchells
2d063fde99 Add digestfile argument, input, and output
Signed-off-by: Tim Etchells <tetchell@redhat.com>
2021-01-08 17:38:46 +05:30
divyansh42
f89a81fade Cleanup Workflow
Signed-off-by: divyansh42 <diagrawa@redhat.com>
2020-12-18 19:34:40 +05:30
Tim Etchells
889c4fd0f3 Add GHCR to readme
Signed-off-by: Tim Etchells <tetchell@redhat.com>
2020-11-30 14:44:05 -05:00
Divyanshu Agrawal
65d0a056e0
Update action.yml 2020-11-28 00:23:19 +05:30
divyansh42
ce33c28bcc Add tls-verify flag
Signed-off-by: divyansh42 <diagrawa@redhat.com>
2020-11-27 13:11:03 -05:00
divyansh42
c126414560 Add Sanity test
Adding Tests to test the incoming code either through pull request or push to repository

Signed-off-by: divyansh42 <diagrawa@redhat.com>
2020-11-27 10:32:07 -05:00
Tim Etchells
f3ef3c1fb6 Add note about private quay.io repos
Signed-off-by: Tim Etchells <tetchell@redhat.com>
2020-11-26 17:53:51 -05:00
Tim Etchells
7c3d1059c8 Copy exec from oc-login for better error reporting
Signed-off-by: Tim Etchells <tetchell@redhat.com>
2020-11-26 14:02:33 -05:00
divyansh42
4f00df14d1 Add image-url to the output of the action.
Added Complete URL to the Output of the action.
Such that other steps can use the URL for further operations
also, Modified README based on the changes.

Signed-off-by: divyansh42 <diagrawa@redhat.com>
2020-11-23 18:11:37 -05:00
Tim Etchells
e91c7f612e Add --quiet flag to push, add success msg
Signed-off-by: Tim Etchells <tetchell@redhat.com>
2020-11-17 19:00:31 -05:00
Tim Etchells
61095317bf Add verify bundle action and make inputs 'required'
Signed-off-by: Tim Etchells <tetchell@redhat.com>
2020-11-17 14:19:07 -05:00
Tim Etchells
05f033c95a add badges
Signed-off-by: Tim Etchells <tetchell@redhat.com>
2020-11-17 10:01:23 -05:00
Tim Etchells
b524b59b33 Update readme
Signed-off-by: Tim Etchells <tetchell@redhat.com>
2020-11-17 10:01:23 -05:00
Luca Stocchi
e335d23f38
fix issue with pushing docker image
Signed-off-by: Luca Stocchi <lstocchi@redhat.com>
2020-11-16 14:06:29 +01:00
Luca Stocchi
9f4af4759e
update action config
Signed-off-by: Luca Stocchi <lstocchi@redhat.com>
2020-11-13 15:53:21 +01:00
Luca Stocchi
b7ea7db793
add readme
Signed-off-by: Luca Stocchi <lstocchi@redhat.com>
2020-11-13 15:52:22 +01:00
Luca Stocchi
c977b29e3f
fix issue with property field name
Signed-off-by: Luca Stocchi <lstocchi@redhat.com>
2020-11-13 15:37:29 +01:00
Luca Stocchi
e5afab8b69
clean
Signed-off-by: Luca Stocchi <lstocchi@redhat.com>
2020-11-13 15:15:17 +01:00
Luca Stocchi
19ea479591
fix docker issue
Signed-off-by: Luca Stocchi <lstocchi@redhat.com>
2020-11-13 15:12:47 +01:00
Luca Stocchi
671216bac8
clean code
Signed-off-by: Luca Stocchi <lstocchi@redhat.com>
2020-11-07 13:33:57 +01:00
Luca Stocchi
9a0a0927cd
first implementation push to quay action
Signed-off-by: Luca Stocchi <lstocchi@redhat.com>
2020-11-07 13:04:04 +01:00