actions-marketplace-validations/CVMFS Image Management
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Aug 14, 2025
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/wipacrepo_build-singularity-cvmfs-action@783181b54b8bb6ef799f8bf6672f1b5e3d1223f1 # no releases — HEAD as of 2026-07-13tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | a PAT so the bot can git -C "$WIPACREPO_CVMFS_ACTIONS_DIR" push to WIPACrepo/cvmfs-actions | yes | — |
| dest_dir | the CVMFS sub-directory to place/remove images | yes | — |
| build_images | BUILD 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_nametags | DELETION 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] | — | "" |
Outputs
no outputs