K3rnelPan1c
5177407148
Update Action to Node 16 and handle set-output deprecation ( #109 )
...
* update: action runtime to node16
* chore: pin dependencies
* fix: build error with new TS version
* add: editorconfig
* chore: update all actions used in workflows
* update: readme action sample versions
* chore: bump developer dependencies
* chore: bump developer dependencies
* fix: eslint issues
* fix: broken buildah copy logic
* chore: address review feedback version bump
2022-12-23 21:00:57 +05:30
divyansh42
796a66693a
Upgrade actions/cache to v3
...
Signed-off-by: divyansh42 <diagrawa@redhat.com>
2022-06-02 13:31:36 +05:30
Divyanshu Agrawal
ab006ef445
Add output image-with-tag ( #68 )
...
* Add output image-with-tag
Signed-off-by: divyansh42 <diagrawa@redhat.com>
2021-09-13 20:34:36 +05:30
Divyanshu Agrawal
fe5edd5859
Add matrix to install latest buildah ( #67 )
...
* Add matrix to install latest buildah
Signed-off-by: divyansh42 <diagrawa@redhat.com>
2021-09-13 19:51:29 +05:30
Tim Etchells
48fe07762a
Rename 'archs' input and improve multiarch ( #62 )
...
- Expand readme
- Add example
Signed-off-by: Tim Etchells <tetchel@gmail.com>
2021-07-09 11:24:50 -04:00
Divyanshu Agrawal
6dbeb7e1f6
Fix buildah issue of using overlay
as storage driver ( #51 )
...
Work around https://github.com/redhat-actions/buildah-build/issues/45
Signed-off-by: divyansh42 <diagrawa@redhat.com>
2021-04-09 10:32:13 -04:00
Divyanshu Agrawal
65f18d484c
Fix issue of workDir not being used in the code ( #49 )
...
Signed-off-by: divyansh42 <diagrawa@redhat.com>
2021-04-05 09:56:33 +05:30
Divyanshu Agrawal
8fe53efc79
Add cron in the workflow and workaround to fix buildah issue #3120 ( #47 )
...
Signed-off-by: divyansh42 <diagrawa@redhat.com>
2021-04-02 00:15:50 +05:30
Divyanshu Agrawal
803a1413e7
Add feature to build multi-arch image ( #27 )
...
Since buildah now supports multi arch image
support (ref: https://github.com/containers/buildah/issues/1590 )
This feature will allow building images for multiple
architectures.
Signed-off-by: divyansh42 <diagrawa@redhat.com>
2021-02-17 13:27:20 -05:00
Divyanshu Agrawal
21e07c3197
Add workflow, link checker and modify Readme ( #30 )
...
* Add test workflow for dockerfile build
* Add link checker workflow
* Modify Readme to divide input for build strategies
Signed-off-by: divyansh42 <diagrawa@redhat.com>
2021-02-17 08:53:51 -05:00