This repository contains GitHub Actions related to building Apptainer images in GitHub workflows.
- setup: This action sets up Apptainer and oras for use in workflows.
- make-disk-space: This action removes unnecessary tools and packages to free up disk space.
- build-and-push: This action will build an Apptainer image and push it to a container registry. It will also generate and add OpenContainers Annotations to the Apptainer image and to the OCI manifest if it is pushed to the GitHub Container Registry.
If you have a feature request or found a bug, please open an issue. If you want to contribute, please open a pull request.
See LICENSE for the license of this repository.