divyansh42
7d220213a5
Add input-output generate scripts
...
Signed-off-by: divyansh42 <diagrawa@redhat.com>
2024-03-05 19:22:27 +05:30
Divyanshu Agrawal
e85426e5e2
Update dependency ( #94 )
...
Signed-off-by: divyansh42 <diagrawa@redhat.com>
2024-03-05 18:00:50 +05:30
divyansh42
3f429b2fec
Update bundle
...
Signed-off-by: divyansh42 <diagrawa@redhat.com>
2022-11-22 15:41:12 +05:30
dependabot[bot]
5bcdca892e
Bump @actions/core from 1.2.6 to 1.9.1 ( #76 )
...
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core ) from 1.2.6 to 1.9.1.
- [Release notes](https://github.com/actions/toolkit/releases )
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md )
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core )
---
updated-dependencies:
- dependency-name: "@actions/core"
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-22 14:36:16 +05:30
なつき
bdfa69ab89
Refactor inputs to support docker/metadata-action ( #50 )
2021-10-12 10:22:18 -07: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
4757eb3399
Add IO generator and CI checks ( #21 )
...
* Add IO generator and CI checks
* Update Buildah build action to use v2 tag
Signed-off-by: divyansh42 <diagrawa@redhat.com>
2021-02-08 13:30:15 -05:00
Divyanshu Agrawal
2e6cff9b90
Add feature to push multiple tags of the image ( #18 )
...
* Modify workflow to trigger on pull request
* Update workflow to perform multi tag build and push
Signed-off-by: divyansh42 <diagrawa@redhat.com>
2021-02-02 21:35:48 -05:00
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
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
Luca Stocchi
19ea479591
fix docker issue
...
Signed-off-by: Luca Stocchi <lstocchi@redhat.com>
2020-11-13 15:12:47 +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