We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bca1df commit fc236d6Copy full SHA for fc236d6
.azure-pipelines/docker.yml
@@ -0,0 +1,20 @@
1
+trigger:
2
+ branches:
3
+ include:
4
+ - 'task/migrate-acr-pipeline'
5
+ paths:
6
7
+ - src/**
8
+
9
+schedules:
10
+ - cron: "0 18 * * 4"
11
+ displayName: "Weekly Publish Docker Image"
12
13
14
+ - main
15
+ always: true
16
17
+variables:
18
+ REGISTRY: "msgraphprod.azurecr.io"
19
+ IMAGE_NAME: "public/openapi/kiota"
20
+ PREVIEW_BRANCH: "refs/heads/main
0 commit comments