TRIQS / solid_dmft

solid_dmft is a versatile python wrapper to perform DFT+DMFT calculations utilizing the TRIQS software library.
https://triqs.github.io/solid_dmft/
Other
32 stars 19 forks source link

Add GitHub Actions workflow for Docker images #66

Closed hmenke closed 9 months ago

hmenke commented 11 months ago

@the-hampel Maybe this would be desirable. It builds the Docker images on GitHub Actions and deploys them to the GitHub package registry. Layers are cached using the GitHub Actions Cache (GHA), so if the Dockerfile doesn't change, rebuilds only take a few seconds. If a rebuild is desired, the GHA can be invalidated manually.

Unfortuanately at the moment all but github_ci are broken (see comments in the workflow file).

hmenke commented 9 months ago

LGTM :ok_hand: Probably best to squash and merge so that all the intermediate back and forth disappears.