Skip to content

Add GitHub Actions workflow to build Docker build env#446

Merged
DanRStevens merged 1 commit into
mainfrom
addDockerBuildWorkflow
May 17, 2026
Merged

Add GitHub Actions workflow to build Docker build env#446
DanRStevens merged 1 commit into
mainfrom
addDockerBuildWorkflow

Conversation

@DanRStevens
Copy link
Copy Markdown
Member

It's much faster to build and upload an image from a GitHub Actions runner than to build locally and then upload from a remote connection.

To keep this simple, this workflow will only run on demand. It will need to be part of the default branch (main) before it can be run on demand.

The typically workflow might be to update the Dockerfile and the tag in the buildDockerBuildEnv workflow, and then run it, from the branch, to build the new image. Update the image tag used by the runners in a followup commit, and then open a PR.

Related:

It's much faster to build and upload an image from a GitHub Actions runner than to build locally and then upload from a remote connection.
@DanRStevens DanRStevens merged commit 5518c3d into main May 17, 2026
7 checks passed
@DanRStevens DanRStevens deleted the addDockerBuildWorkflow branch May 17, 2026 09:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant