From 416104f05dafb9b5c4d98ab461b36d77600340c6 Mon Sep 17 00:00:00 2001 From: ta264 Date: Tue, 19 Jan 2021 21:34:15 +0000 Subject: [PATCH] Use ghcr.io for test images --- azure-pipelines.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 64e05f182..3e534aa55 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -432,19 +432,19 @@ stages: mono520: testName: 'Mono 5.20' artifactName: LinuxTests - containerImage: servarr/testimages:mono-5.20 + containerImage: ghcr.io/servarr/testimages:mono-5.20 mono610: testName: 'Mono 6.10' artifactName: LinuxTests - containerImage: servarr/testimages:mono-6.10 + containerImage: ghcr.io/servarr/testimages:mono-6.10 mono612: testName: 'Mono 6.12' artifactName: LinuxTests - containerImage: servarr/testimages:mono-6.12 + containerImage: ghcr.io/servarr/testimages:mono-6.12 alpine: testName: 'Musl Net Core' artifactName: LinuxMuslCoreTests - containerImage: servarr/testimages:alpine + containerImage: ghcr.io/servarr/testimages:alpine pool: vmImage: 'ubuntu-18.04' @@ -580,22 +580,22 @@ stages: mono520: testName: 'Mono 5.20' artifactName: LinuxTests - containerImage: servarr/testimages:mono-5.20 + containerImage: ghcr.io/servarr/testimages:mono-5.20 pattern: 'Lidarr.**.linux.tar.gz' mono610: testName: 'Mono 6.10' artifactName: LinuxTests - containerImage: servarr/testimages:mono-6.10 + containerImage: ghcr.io/servarr/testimages:mono-6.10 pattern: 'Lidarr.**.linux.tar.gz' mono612: testName: 'Mono 6.12' artifactName: LinuxTests - containerImage: servarr/testimages:mono-6.12 + containerImage: ghcr.io/servarr/testimages:mono-6.12 pattern: 'Lidarr.**.linux.tar.gz' alpine: testName: 'Musl Net Core' artifactName: LinuxMuslCoreTests - containerImage: servarr/testimages:alpine + containerImage: ghcr.io/servarr/testimages:alpine pattern: 'Lidarr.**.linux-musl-core-x64.tar.gz' pool: vmImage: 'ubuntu-18.04'