diff options
author | Massimiliano Culpo <massimiliano.culpo@gmail.com> | 2021-09-30 23:34:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-30 23:34:47 +0200 |
commit | 8ade8a77dd337a4d673575749f2545b1629aa254 (patch) | |
tree | 0082ad6be1f7cf0c3d92934b01e5605722592e73 /README.md | |
parent | 7bda430de0cb239bbb7ab86c7b6a7aa500fb9441 (diff) | |
download | spack-8ade8a77dd337a4d673575749f2545b1629aa254.tar.gz spack-8ade8a77dd337a4d673575749f2545b1629aa254.tar.bz2 spack-8ade8a77dd337a4d673575749f2545b1629aa254.tar.xz spack-8ade8a77dd337a4d673575749f2545b1629aa254.zip |
Build container images on Github Actions and push to multiple registries (#26247)
Modifications:
- Modify the workflow to build container images without pushing when the workflow file itself is modified
- Strip the leading ghcr.io/spack/ from env.container env.versioned to prepare pushing to multiple registries
- Fixed CentOS 7 and Amazon Linux builds
- Login and push to Docker Hub as well as Github Action
- Add a badge to README.md with the status of docker images
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ [![Bootstrapping](https://github.com/spack/spack/actions/workflows/bootstrap.yml/badge.svg)](https://github.com/spack/spack/actions/workflows/bootstrap.yml) [![macOS Builds (nightly)](https://github.com/spack/spack/workflows/macOS%20builds%20nightly/badge.svg?branch=develop)](https://github.com/spack/spack/actions?query=workflow%3A%22macOS+builds+nightly%22) [![codecov](https://codecov.io/gh/spack/spack/branch/develop/graph/badge.svg)](https://codecov.io/gh/spack/spack) +[![Containers](https://github.com/spack/spack/actions/workflows/build-containers.yml/badge.svg)](https://github.com/spack/spack/actions/workflows/build-containers.yml) [![Read the Docs](https://readthedocs.org/projects/spack/badge/?version=latest)](https://spack.readthedocs.io) [![Slack](https://slack.spack.io/badge.svg)](https://slack.spack.io) |