Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions .github/workflows/ build_and_push_image_to_azure
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@

on:
push:
tags:
- 'v*'

jobs:

build_and_test:
runs-on: ubuntu-latest

steps:
- name: Azure Pipelines Action
uses: Azure/pipelines@v1
with:
azure-devops-project-url: https://dev.azure.com/Libot-Mipui-Org/file-download-server
azure-pipeline-name: 'build-and-push-to-ACR'
azure-devops-token: ${{ secrets.AZURE_DEVOPS_TOKEN }}
29 changes: 0 additions & 29 deletions .github/workflows/main.yml

This file was deleted.