Commit Graph

20 Commits

Author SHA1 Message Date
Edwin Sirko 983c5e7554 v0.0.67: revert that stuff 2024-01-26 16:34:40 +00:00
Edwin Sirko 7269b88cd7 v0.0.66: testing something dumb 2024-01-26 16:34:39 +00:00
Edwin Sirko 2016180627 v0.0.64: got rid of registry input 2024-01-26 16:34:39 +00:00
Edwin Sirko 94d1a57d98 v0.0.62: created generate-new-version.sh 2024-01-26 16:34:39 +00:00
Edwin Sirko 4772dbfcc0 v0.0.60: why didn't it print 2024-01-26 16:34:39 +00:00
Edwin Sirko d5e6f39e19 v0.0.59: try this 2024-01-26 16:34:39 +00:00
Edwin Sirko 5d36b1908c v0.0.58: try this 2024-01-26 16:34:38 +00:00
Edwin Sirko 475c9db7d7 v0.0.57: this probably won't work 2024-01-26 16:34:38 +00:00
Edwin Sirko 86588e3791 v0.0.56: style 2024-01-26 16:34:38 +00:00
Edwin Sirko 995b9bd0a1 v0.0.55: get rid of an extraneous await 2024-01-26 16:34:38 +00:00
Edwin Sirko 120663b080 v0.0.53 2024-01-26 16:34:38 +00:00
Edwin Sirko 9853dad78c v0.0.53: attempted fix 2024-01-26 16:34:38 +00:00
Edwin Sirko bb84d03b7e v0.0.52: fetch CR URL 2024-01-26 16:34:37 +00:00
David Daly 79314de299 Refactor into a composite action and integrate with generate-build-provenance action
- Refactor the action from a 'node' action to a 'composite' action
- Create and output a sha256 hash of the image manifest
- Update action inputs & outputs
- Integrate with the 'generate-build-provenance' action as part of the composite action
2024-01-26 16:34:37 +00:00
Conor Sloan 6c4739c768 Sanitize repo name when including in a layer title
These titles were previously including the filename as {org}/{repo}_{version} which means when clients download the layer they think it needs to be unwrapped into a folder called {org}.
This is not what we want, so we should instead rename the file as {org}-{repo}_{version}. e.g. from myorg/myrepo_myversion.zip to myorg-myrepo_myversion.zip
2023-11-23 14:37:29 +00:00
Conor Sloan c2bb735a45 add support for multiple paths in path input variable
This allows users to provide multiple filepaths to include in their action, whether they're files or folders.
2023-11-22 16:02:01 +00:00
Conor Sloan a45c53b2f2 add test case for semver formats 2023-11-22 14:25:27 +00:00
Conor Sloan 7c7ef462b7 fix or disable linting in fs-helper
There is a bit of a catch-22 bere where the createArchives function should not use .then and .catch in favour of async/await according to the linter, but can't use async/await because it's discouraged to make new promise executor functions async. There is a hacky workaround to make this work, but it seems like it isn't worth making the code more fragmented, so i just disabled the linter for these lines.
2023-11-22 13:03:09 +00:00
Conor Sloan ffca16d01f fix low hanging fruit linter errors 2023-11-22 12:41:53 +00:00
Conor Sloan 8f0926c56a initial mvp version 2023-11-17 20:04:42 +00:00