diff --git a/sim/workload.w b/sim/workload.w index b067e65..6f6a5de 100644 --- a/sim/workload.w +++ b/sim/workload.w @@ -18,7 +18,7 @@ class Workload impl api.IWorkload { this.bucket = new cloud.Bucket(); let hash = utils.resolveContentHash(this, props); - this.imageTag = "${props.name}:${hash}"; + this.imageTag = "${props.name}-${hash}"; this.containerId = this.imageTag; this.urlKey = "url";