Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
fix container name
Browse files Browse the repository at this point in the history
  • Loading branch information
eladb committed Oct 14, 2023
1 parent 8ac8432 commit 40cd37e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sim/workload.w
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 40cd37e

Please sign in to comment.