diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/cli/stasis_indexer/helpers.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli/stasis_indexer/helpers.c b/src/cli/stasis_indexer/helpers.c index 5ae01ca..e337787 100644 --- a/src/cli/stasis_indexer/helpers.c +++ b/src/cli/stasis_indexer/helpers.c @@ -269,7 +269,7 @@ struct StrList *get_docker_images(struct Delivery *ctx, char *pattern) { return NULL; } tolower_s(tarball); - replace_text(tarball, "+", "-", 0); + docker_sanitize_tag(tarball); struct StrList *files = NULL; get_files(&files, ctx->storage.docker_artifact_dir, tarball); |