diff options
-rw-r--r-- | src/deliverable.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/deliverable.c b/src/deliverable.c index 5f154b5..fca3892 100644 --- a/src/deliverable.c +++ b/src/deliverable.c @@ -1626,6 +1626,8 @@ int delivery_docker(struct Delivery *ctx) { return -1; } + memset(args, 0, sizeof(args)); + // Append image tags to command for (size_t i = 0; i < total_tags; i++) { char *tag = strlist_item(ctx->deploy.docker.tags, i); |