Philipp Trulson
|
c79846fb30
|
Update Action to Node 20 (#128)
* Update GitHub Actions workflows to latest versions
* Update dependencies & run on Node 20
|
2024-02-01 21:52:34 +05:30 |
|
dependabot[bot]
|
5f55f580e1
|
Bump json5 from 1.0.1 to 1.0.2 (#117)
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2)
---
updated-dependencies:
- dependency-name: json5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-02-09 15:08:58 +05:30 |
|
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 |
|
dependabot[bot]
|
807a385655
|
Bump ansi-regex from 5.0.0 to 5.0.1 (#113)
Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 5.0.0 to 5.0.1.
- [Release notes](https://github.com/chalk/ansi-regex/releases)
- [Commits](https://github.com/chalk/ansi-regex/compare/v5.0.0...v5.0.1)
---
updated-dependencies:
- dependency-name: ansi-regex
dependency-type: indirect
...
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:32:52 +05:30 |
|
dependabot[bot]
|
ea6be4fe0d
|
Bump @actions/core from 1.2.6 to 1.9.1 (#112)
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:32:38 +05:30 |
|
dependabot[bot]
|
ab528f78d0
|
Bump minimatch from 3.0.4 to 3.1.2 (#111)
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2.
- [Release notes](https://github.com/isaacs/minimatch/releases)
- [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.1.2)
---
updated-dependencies:
- dependency-name: minimatch
dependency-type: indirect
...
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:32:21 +05:30 |
|
dependabot[bot]
|
2cb54cfbef
|
Bump minimist from 1.2.5 to 1.2.7 (#110)
Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.7.
- [Release notes](https://github.com/minimistjs/minimist/releases)
- [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md)
- [Commits](https://github.com/minimistjs/minimist/compare/v1.2.5...v1.2.7)
---
updated-dependencies:
- dependency-name: minimist
dependency-type: indirect
...
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:32:07 +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
|
20a8e62ce0
|
Add io generator and CI checks (#25)
Signed-off-by: divyansh42 <diagrawa@redhat.com>
|
2021-02-08 11:24:18 -05:00 |
|
Divyanshu Agrawal
|
88e0085544
|
Add feature to output image with multiple tags (#21)
Signed-off-by: divyansh42 <diagrawa@redhat.com>
|
2021-02-01 12:54:50 -05:00 |
|
Tim Etchells
|
4e70c85f52
|
Rename to buildah-build
Signed-off-by: Tim Etchells <tetchell@redhat.com>
|
2020-11-23 13:27:19 -05:00 |
|
Tim Etchells
|
4373525da7
|
Small readme edit, fix ncc dependency
Signed-off-by: Tim Etchells <tetchell@redhat.com>
|
2020-11-19 14:49:47 -05:00 |
|
Tim Etchells
|
2f1cc9082b
|
Add verify bundle workflow and package-lock
Signed-off-by: Tim Etchells <tetchell@redhat.com>
|
2020-11-19 13:44:17 -05:00 |
|