Skip to content

Commit

Permalink
ci: Add an Azure Pipelines file
Browse files Browse the repository at this point in the history
  • Loading branch information
notheotherben committed Jun 14, 2020
1 parent 9726a6d commit 69cd1fb
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 69cd1fb

Please sign in to comment.