Force job update when using SNAPSHOT images

This commit is contained in:
Daniel Berteaud 2024-04-11 14:14:37 +02:00
parent bbc4600b30
commit bb2ac2252e
1 changed files with 8 additions and 0 deletions

View File

@ -23,3 +23,11 @@
# Use minimal ephemeral disk
size = 101
}
[[- if and (has . "image") (regexp.Match "SNAPSHOT" .image) ]]
meta {
# Force job to run each time as we're running a snapshot version
run = "${uuidv4()}"
}
[[- end ]]