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.
1 parent 03a498e commit 6410156Copy full SHA for 6410156
src/configparser/challenge.rs
@@ -157,7 +157,7 @@ impl ChallengeConfig {
157
ImageSource::Build(b) => Ok(render!(
158
&get_config()?.registry.tag_format,
159
domain => config.registry.domain,
160
- challenge => self.name,
+ challenge => self.slugify(),
161
container => pod.name,
162
profile => profile_name
163
)),
tests/repo/rcds.yaml
@@ -2,6 +2,7 @@ flag_regex: dam{[a-zA-Z...]}
2
3
registry:
4
domain: localhost:5000/damctf
5
+ tag_format: "{{domain}}/{{challenge}}/{{container}}:{{profile}}"
6
# or environment vars e.g. BEAVERCDS_REGISTRY_BUILD_USER / etc
7
build:
8
user: admin
0 commit comments