Under Development
stars

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

git push

To branches coveralls/*

Trigger

Workflow (manual)

neomutt/docker

Uses

GitHub’s checkout action

actions/checkout

Uses

Pablo Morelli’s container push action

pmorelli92/github-container-registry-build-push

Runs-on

ubuntu-latest

(unmodified)

See Also#

Description

Location

Action

neomutt/docker

Action Logs

neomutt/docker

Docker repo

neomutt/docker

Dockerfile

neomutt/docker

Results

Docker image