-
Notifications
You must be signed in to change notification settings - Fork 1
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
Build container image in two steps (new action) #5
Conversation
Thank you for your contribution @damonbayer 🚀! Your readme-ubuntu-latest is ready for download 👉 here 👈! |
Thank you for your contribution @damonbayer 🚀! Your readme-macos-latest is ready for download 👉 here 👈! |
Thank you for your contribution @damonbayer 🚀! Your readme-windows-latest is ready for download 👉 here 👈! |
Thank you for your contribution @damonbayer 🚀! Your readme-rocker is ready for download 👉 here 👈! |
Hey @dylanhmorris, I've tagged you as a reviewer for this PR, but don't feel pressured! I'll see if we have someone else who could help with it (another maintainer for the cfa-actions project). |
Hey @damonbayer! Could you take a look into this PR? This is relevant for pyrenew-hew, so it'd be great if we could merge this to update the workflow there. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gvegayon I fixed a broken link. Otherwise, looks good to me! Thanks!
Thank you, @damonbayer! I'll create a PR to pyrenew-hew using this approach instead. attn @zsusswein and @micahwiesner67. I'll do the same for the epinow2-pipeline and respnet-nowcasting repos. |
This pull request introduces a new workflow for building and pushing container images in two steps, along with relevant documentation and examples. The most important changes include the addition of a new workflow file, updates to the action configuration, and new example files.
New workflow and action configuration:
test-twostep-container-build.yml
to define a new workflow for building and pushing container images in two steps.twostep-container-build/action.yml
to configure the new action with necessary inputs and steps.Documentation and examples:
twostep-container-build/README.md
with detailed instructions and examples for using the new two-step container build action.twostep-container-build/examples/Containerfile
andtwostep-container-build/examples/Containerfile.dependencies
to demonstrate the two-step build process. [1] [2]twostep-container-build/examples/example.yaml
as a sample workflow configuration for using the new action.Minor changes:
pull_request_target
trigger from.github/workflows/test-post-artifact.yml
.