diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index 00e76a5d9..116f656a7 100644 --- a/azure-pipelines.yaml +++ b/azure-pipelines.yaml @@ -48,4 +48,10 @@ jobs: # --build-arg FROM_IMG=devfra.azurecr.io/de.fraport.build/haskell # --build-arg MOUNT_DIR=$(Build.Repository.LocalPath) # --build-arg PROJECT_DIR=/fradrive - # # -v $(Build.Repository.LocalPath):/mnt/fradrive # supported in podman build, but not in docker build \ No newline at end of file + # # -v $(Build.Repository.LocalPath):/mnt/fradrive # supported in podman build, but not in docker build + - task: Docker@2 + name: dockerLogoutDevFra + displayName: Docker Logout from devfra + inputs: + command: logout + containerRegistry: devFra \ No newline at end of file