default docker repository updated to new docker repository

This commit is contained in:
BLaZeKiLL
2020-10-22 18:24:42 +05:30
parent 046ab3a72d
commit 483b784253
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -10,9 +10,9 @@ describe('UnityImageVersion', () => {
};
const defaults = {
repository: 'gableroux',
name: 'unity3d',
image: 'gableroux/unity3d',
repository: 'unityci',
name: 'editor',
image: 'unityci/editor',
};
describe('constructor', () => {