From 3737404c4b3ef13a90f3750f0049c4604996d980 Mon Sep 17 00:00:00 2001 From: Wolfgang Thaller Date: Sat, 16 Dec 2023 19:10:22 +0100 Subject: [PATCH] without comdition --- azure-pipelines.yml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 75f585e6db..78b1de2ee4 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -53,22 +53,22 @@ jobs: # testResultsFormat: 'CTest' # testResultsFiles: build/Testing/**/*.xml # buildPlatform: 'x86_64-linux' - - task: Docker@2 - inputs: - command: login - containerRegistry: autc04-github-docker - displayName: Login to GHCR - - task: Docker@2 - inputs: - containerRegistry: autc04-github-docker - repository: autc04/testimage - command: push - tags: latest - displayName: 'Push release to GHCR' +# - task: Docker@2 +# inputs: +# command: login +# containerRegistry: autc04-github-docker +# displayName: Login to GHCR +# - task: Docker@2 +# inputs: +# containerRegistry: autc04-github-docker +# repository: autc04/testimage +# command: push +# tags: latest +# displayName: 'Push release to GHCR' - script: | docker login ghcr.io/autc04 -u autc04 -p $GHCR_TOKEN docker push ghcr.io/autc04/testimage env: GHCR_TOKEN: $(GHCR_TOKEN) displayName: 'Push release to GHCR' - condition: and(succeeded(), ne(variables['GHCR_TOKEN'], '')) +# condition: and(succeeded(), ne(variables['GHCR_TOKEN'], ''))