Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(plugin): add basic support for github actions #59

Merged
merged 2 commits into from
Dec 30, 2024

Conversation

esatterwhite
Copy link
Owner

There have been several requests to gain access or over ride the build
id of the image so that the caller can control that and reference it
later in a build process. Initial attempts to expose this information
from the nextRelease property. Unfortunately, this object seems to be
sandboxed, and additional information is not carried to other plugins.
As an alternative, this adds basic support for github actions be setting
output and environment variable that include the build id and image sha
where possible

fixes: #49

include github actions node sdk. will be used in an attempt to export
build time information about image so the can be accessed by other
steps. primarily in attempt to validate and verify the image once it is
built
There have been several requests to gain access or over ride the build
id of the image so that the caller can control that and reference it
later in a build process. Initial attempts to expose this information
from the nextRelease property. Unfortunately, this object seems to be
sandboxed, and additional information is not carried to other plugins.
As an alternative, this adds basic support for github actions be setting
output and environment variable that include the build id and image sha
where possible

fixes: #49
@esatterwhite esatterwhite linked an issue Dec 26, 2024 that may be closed by this pull request
@esatterwhite esatterwhite added enhancement New feature or request feature request labels Dec 26, 2024
@esatterwhite esatterwhite merged commit 01085f6 into main Dec 30, 2024
4 checks passed
@esatterwhite esatterwhite deleted the 49-access-built-image-sha branch December 30, 2024 00:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feature request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

How to access the built image sha
1 participant