actions-marketplace-validations/CVMFS Image Management

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Aug 14, 2025
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/wipacrepo_build-singularity-cvmfs-action@783181b54b8bb6ef799f8bf6672f1b5e3d1223f1 # no releases — HEAD as of 2026-07-13

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
github_tokena PAT so the bot can git -C "$WIPACREPO_CVMFS_ACTIONS_DIR" push to WIPACrepo/cvmfs-actionsyes
dest_dirthe CVMFS sub-directory to place/remove imagesyes
build_imagesBUILD MODE: Newline-delimited Docker image(s) to be built on CVMFS Image format: Docker Hub : [docker.io/]icecube/skymap_scanner:4.0.0 GH Container Registry : ghcr.io/wipacrepo/iceprod:3.0.52 Example: build_images: | foo/bar:1.2.3 foo/bar:main Example: build_images: $ {{ needs.get-my-images.outputs.tags }} (no space after $) HINT: use 'tags' output from https://github.com/docker/metadata-action ""
delete_image_nametagsDELETION MODE: Newline-delimited images (name + tag) to remove, indicated verbatim or using known patterns. Example: delete_image_nametags: | foo:v1.2.3 foo:main-[SHA] ""

no outputs