From 69cd1fbcdb2c5d6c4156fe68005938df9c96a812 Mon Sep 17 00:00:00 2001 From: Benjamin Pannell Date: Sun, 14 Jun 2020 16:11:38 +0100 Subject: [PATCH] ci: Add an Azure Pipelines file --- azure-pipelines.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 azure-pipelines.yml diff --git a/azure-pipelines.yml b/azure-pipelines.yml new file mode 100644 index 0000000..4664945 --- /dev/null +++ b/azure-pipelines.yml @@ -0,0 +1,15 @@ +trigger: + - main + +steps: + - task: Docker@2 + name: build_docker + displayName: Build Docker Image + inputs: + command: buildAndPush + tags: | + latest + $(Build.BuildId) + Dockerfile: Dockerfile + repository: sierrasoftworks/blmain + containerRegistry: Docker Hub \ No newline at end of file