feat: upgrade to images of version 1 (rolling tag) (#93)

This commit is contained in:
Webber Takken
2022-04-03 17:59:02 +02:00
committed by GitHub
parent 38e7f4ce44
commit 33cd3ea96f
5 changed files with 8 additions and 6 deletions

View File

@@ -16,7 +16,7 @@ describe('ImageTag', () => {
it('returns the correct version', () => {
const image = new ImageTag('2099.1.1111');
expect(image.toString()).toStrictEqual(`unityci/editor:2099.1.1111-linux-il2cpp-0`);
expect(image.toString()).toStrictEqual(`unityci/editor:ubuntu-2099.1.1111-linux-il2cpp-1`);
});
});
});