From 5f989de1e6de81049934f48d527f2440241192c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Sun, 22 Sep 2024 18:55:48 +0200 Subject: [PATCH] Try to fix access to docker-hub service connection --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3220667c..5c44e9c2 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -399,7 +399,7 @@ jobs: repository: yacreaderlibraryserver tags: | develop - containerRegistry: $(docker-hub) + containerRegistry: docker-hub - task: GitHubRelease@1 inputs: gitHubConnection: yacreader-releases @@ -463,7 +463,7 @@ jobs: tags: | latest $(VERSION) - containerRegistry: $(docker-hub) + containerRegistry: docker-hub - task: GitHubRelease@1 inputs: gitHubConnection: yacreader-releases