diff --git a/pkg/runner/run_context.go b/pkg/runner/run_context.go index 70d2f8f..a69abc6 100644 --- a/pkg/runner/run_context.go +++ b/pkg/runner/run_context.go @@ -64,7 +64,7 @@ func (rc *RunContext) String() string { if rc.caller != nil { // prefix the reusable workflow with the caller job // this is required to create unique container names - name = fmt.Sprintf("%s/%s", rc.caller.runContext.Run.JobID, name) + name = fmt.Sprintf("%s/%s", rc.caller.runContext.Name, name) } return name }