Docker#
Build a docker image to speed up automated builds
Description#
This action create a Docker image that contains a full build environment for NeoMutt. This is used to speed up other actions that build NeoMutt.
The image is based on Ubuntu 20.04. It’s automatically re-built once a month to ensure it has all the latest updates.
Steps:
Update all the packages
Install all the build requirements
Publish the image
Action Details#
Key |
Description |
Details |
|---|---|---|
Trigger |
Schedule |
On the first of the month, at 3am |
Trigger |
|
To branches |
Trigger |
Workflow (manual) |
|
Uses |
GitHub’s checkout action |
|
Uses |
Pablo Morelli’s container push action |
|
Runs-on |
ubuntu-latest |
(unmodified) |
See Also#
Description |
Location |
|---|---|
Action |
|
Action Logs |
|
Docker repo |
|
Dockerfile |
|
Results |
