Closed pdsouza closed 1 year ago
@utzcoz Had some time this weekend so I put together this action workflow for building containers on every PR and push to master
. Seems like it works fine. Let me know your thoughts.
@pdsouza Cool. Glad to know Docker can run in the GitHub Actions smoothly.
@pdsouza We can leave artifacts uploading logic on GitHub Actions to next few PRs. At least I can help to support it this weekend.
@utzcoz Sounds good!
On Wed, Oct 11, 2023, 7:03 AM utzcoz @.***> wrote:
Merged #25 https://github.com/maruos/blueprints/pull/25 into master.
— Reply to this email directly, view it on GitHub https://github.com/maruos/blueprints/pull/25#event-10616980088, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACMM4VRBIF7DSPIA2SOBCDX6Z4JNANCNFSM6AAAAAA5XZQYXU . You are receiving this because you were mentioned.Message ID: @.***>
Create a Github Actions workflow for building blueprints containers.
ci.yml
workflow (based onbuild-with-docker.sh
but I had to drop the docker-t
option to avoid errors on Github Actions)README
Fixes #24