From 5f02934941ab2f08f2063766a52c243ba010e57d Mon Sep 17 00:00:00 2001 From: Justin Paul Date: Sat, 28 Jan 2023 11:25:43 -0500 Subject: [PATCH] Delete azure-pipelines.yml --- azure-pipelines.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 azure-pipelines.yml diff --git a/azure-pipelines.yml b/azure-pipelines.yml deleted file mode 100644 index 4865429..0000000 --- a/azure-pipelines.yml +++ /dev/null @@ -1,19 +0,0 @@ -# Docker -# Build a Docker image -# https://docs.microsoft.com/azure/devops/pipelines/languages/docker - -trigger: -- master - -resources: -- repo: self - -variables: - tag: 'recklessop/$(Build.BuildId)' - -- task: Docker@2 - inputs: - containerRegistry: 'recklessop-docker-hub' - repository: 'zerto-exporter' - command: 'buildAndPush' - Dockerfile: '**/Dockerfile' \ No newline at end of file