diff options
author | crupest <crupest@outlook.com> | 2020-05-31 15:47:20 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-05-31 15:47:20 +0800 |
commit | 0c33891dc58aba2648b093b6739c1897d088de1e (patch) | |
tree | 7ff60596cbb4eb614dd96052b2a069d7546ebbbb | |
parent | 635b5ea646ec55c7ae212f79031b69c00ad79763 (diff) | |
download | timeline-0c33891dc58aba2648b093b6739c1897d088de1e.tar.gz timeline-0c33891dc58aba2648b093b6739c1897d088de1e.tar.bz2 timeline-0c33891dc58aba2648b093b6739c1897d088de1e.zip |
Fix a config error in ci.
-rw-r--r-- | azure-pipelines.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 22ceaf8a..8f0ee992 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -84,7 +84,7 @@ stages: displayName: Build And Push Docker Image
inputs:
command: buildAndPush
- repository: timeline
+ repository: crupest/timeline
tags: latest
buildContext: Timeline
containerRegistry: crupest-docker-hub
|