Skip to content

Commit

Permalink
Merge pull request #6063 from microsoft/task/add-acr-pipeline
Browse files Browse the repository at this point in the history
Task: Bootstrap ACR pipeline
  • Loading branch information
Onokaev authored Jan 27, 2025
2 parents 41393ed + 35c9255 commit 0a197d8
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .azure-pipelines/docker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
trigger:
branches:
include:
- 'task/add-acr-pipeline'
tags:
include:
- v*
schedules:
- cron: "0 18 * * 4"
displayName: "Weekly Publish Docker Image"
branches:
include:
- main
always: true

variables:
REGISTRY: "msgraphprod.azurecr.io"
IMAGE_NAME: "public/openapi/kiota"
PREVIEW_BRANCH: "refs/heads/main"

0 comments on commit 0a197d8

Please sign in to comment.