bpbeatty
a27e3cfa13
fix: add recipe build arg ( #23 )
...
startingpoint has been updated to use multiple recipes. currently
this process is broken as the default recipe is always used. this
fixes this by adding a build arg to the containerfile and github
workflow build.
2023-04-06 14:04:53 +00:00
ER
1458ebb19b
chore: clean up test of two recipes
2023-04-03 16:51:13 +03:00
ER
47d7caf7fb
chore: test with two recipes
2023-04-03 16:44:29 +03:00
ER
1bfabe674e
feat: use a recipe matrix
2023-04-03 16:36:28 +03:00
ER
3b64346517
chore: remove unused matrix vars
2023-04-03 16:34:42 +03:00
ER
4527295bb7
chore: tidy tag gen, use correct major ver
2023-04-03 16:34:10 +03:00
ER
c9c011d842
feat: declare image description in recipe.yml
2023-04-03 15:23:59 +03:00
ER
fe16187a92
feat: declare base image and fedora ver in recipe
2023-04-03 15:17:16 +03:00
ER
5947af45da
fix: revert previous commit
2023-04-03 15:08:26 +03:00
ER
f6ec397d50
chore: merge yq and image data step
2023-04-03 15:06:54 +03:00
ER
2b40d4b436
feat: declare image name in recipe.yml
2023-04-03 15:02:22 +03:00
ER
678ab12c5a
fix: $IMAGE_NAME -> ${{ env.IMAGE_NAME }}
2023-04-02 16:31:58 +03:00
ER
f7c2c4ab9a
chore: remove image name from build args (unused)
2023-04-02 16:27:45 +03:00
ER
6cc44ff4a9
feat: update artifacthub readme url
2023-04-02 16:26:36 +03:00
ER
33ddd2bbac
feat: change description for more information
2023-04-02 16:08:53 +03:00
ER
73de53cd39
fix: declare image name in one place
2023-04-02 16:06:55 +03:00
ER
ab6fee7bd2
chore: only build after nvidia & main
2023-04-02 16:03:21 +03:00
ER
2a4ce2830f
chore: clean up workflows
2023-03-08 17:50:41 +02:00
ER
ec416ba1a1
chore: quickly update img metadata
2023-03-04 13:37:44 +02:00
ER
fbd14f502f
fix: typo in workflow_dispatch
2023-03-04 13:03:27 +02:00
ER
2521741049
feat: enable manually running build
2023-03-04 13:02:48 +02:00
Jorge O. Castro
4a21580f4e
fix: remove old pr workflow sections ( #98 )
2023-03-02 21:46:27 -05:00
Jorge O. Castro
785b8f0d8a
fix: rename package back to base ( #97 )
2023-03-02 21:39:29 -05:00
Jorge O. Castro
0aff9bac37
fix: update cosign action ( #94 )
2023-03-02 21:25:43 -05:00
Jorge O. Castro
0c7bc17666
fix: remove if statements ( #96 )
2023-03-02 21:23:19 -05:00
Marco Ceppi
a831ce00df
fix: re-tag image ( #92 )
2023-02-28 09:11:09 -05:00
Marco Ceppi
c40bddfdf3
fix: restore download artifact step, support multi-line tags ( #90 )
2023-02-27 23:59:05 -05:00
Marco Ceppi
8a6f3433ad
fix: remove 38 ( #89 )
2023-02-27 23:30:32 -05:00
Marco Ceppi
6590066ebc
fix: artifact upload/extract ( #88 )
2023-02-27 23:04:56 -05:00
Marco Ceppi
1726d182ee
feat: gha for building / publishing on pr ( #87 )
2023-02-27 22:32:37 -05:00
Marco Ceppi
14b1b7cb04
fix: allow forks to push to registry with label ( #86 )
2023-02-27 21:58:54 -05:00
dependabot[bot]
eb5f71a45a
build(deps): bump actions/checkout from 2 to 3 ( #81 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-26 21:13:47 -05:00
Jorge O. Castro
43a2c713cb
chore: reenable 38 builds ( #64 )
2023-02-18 01:17:02 -05:00
Animesh Kumar Nayak
2372e3ac85
Update build.yml avoid build on changes to any txt or readme files for both merge and PR requests issue #50 ( #63 )
2023-02-17 16:32:43 -05:00
Jorge O. Castro
521f0adcda
fix: remove 38 builds and fix logo metadata ( #62 )
2023-02-15 17:55:19 -05:00
Jorge O. Castro
7790818c54
chore: add image metadata ( #61 )
2023-02-15 17:24:28 -05:00
Jorge O. Castro
69fd4d7a57
feat: add fedora 38 build ( #45 )
2023-02-11 17:06:54 -05:00
Jorge O. Castro
8c170cfe89
fix: Don't generate an image when README.md is updated ( #36 )
2023-02-03 18:35:30 -05:00
Jorge O. Castro
b7820b4ba3
feat: add conventional commit linting and release notes generator
2023-02-03 18:34:18 -05:00
Robert
c82f8396e3
Directly reference private key in signing step ( #19 )
2022-12-25 17:49:23 -05:00
Robert
d24f751edf
Remove Cosign keyless signing using Rekor ( #18 )
2022-12-25 16:43:29 -05:00
Jorge O. Castro
ec25bb8fb8
Update build.yml ( #16 )
2022-12-25 09:30:14 -05:00
Marco Ceppi
94aa5bb8df
fix: only generate date tag for main branch
2022-12-23 20:06:08 -05:00
Marco Ceppi
b022183862
feat: tag PR builds independently from matrix.version, latest, and stable
2022-12-23 20:00:33 -05:00
Robert Sturla
153686a13b
major_version doesn't need to be ran in bash as the value remains unchanged
2022-12-19 18:37:18 +00:00
Robert Sturla
544fbbffc6
Fixed merge issues
2022-12-19 18:26:25 +00:00
Robert
a9b85f176b
Merge branch 'main' into build_multiple_versions
2022-12-19 18:24:25 +00:00
Robert Sturla
5761fe0db8
Remove redundant shell step to generate date
2022-12-19 18:14:12 +00:00
Robert Sturla
c560bfa714
Generate all tags in separate bash step and allow multiple major versions to be built in parallel
2022-12-19 18:10:26 +00:00
Jorge O. Castro
9d427e2610
Build on push and update checkout action
2022-12-18 13:44:12 -05:00