From f17618fcc56f5e057251ccee4716bfdaccfe9939 Mon Sep 17 00:00:00 2001 From: CarlNation Date: Tue, 29 Apr 2025 11:30:21 -0400 Subject: [PATCH] use ghcr instead use ghcr instead --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 0f62cc8c4..6590aec3a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -18,9 +18,9 @@ pr: resources: containers: - container: node - image: nuget.pkg.github.com/safelite/node-build:18 + image: ghcr.io/safelite/node-build:18 - container: awscli - image: nuget.pkg.github.com/safelite/awscli2-build:3.9 + image: ghcr.io/safelite/awscli2-build:3.9 - container: prettier-node image: ghcr.io/safelite/prettier-node-build:23 endpoint: GitHub Docker