We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
image-publish.yml
1 parent a3c1d1b commit 487a8c7Copy full SHA for 487a8c7
.github/workflows/image-publish.yml
@@ -43,7 +43,7 @@ on:
43
The image **TAGS** (i.e. 'bar' in 'baz/foo:bar') to remove on CVMFS -- newline-delimited
44
tags can be a pattern-based or verbatim
45
SEE: https://github.com/WIPACrepo/build-singularity-cvmfs-action
46
- EXAMPLE: '$ {{ github.ref_name }}-[SHA]' (no space after $)
+ EXAMPLE: '$ {{ github.event.ref }}-[SHA]' (no space after $)
47
type: string
48
required: false
49
free_disk_space:
0 commit comments