tests: use different container prefix for docker tests
Avoid name conflicts when random returns the same string Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
@@ -18,7 +18,7 @@ TestSSH: {
|
||||
}
|
||||
|
||||
run: docker.#Run & {
|
||||
name: "daggerci-test-simple-\(suffix.out)"
|
||||
name: "daggerci-test-ssh-\(suffix.out)"
|
||||
ref: "hello-world"
|
||||
|
||||
ssh: {
|
||||
|
Reference in New Issue
Block a user