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 | 92f96ac3638bb071eedee96bcbe636a2e1584344 (patch) | |
tree | 5b353794d29e6a734e0d9020e0431f75abf124c8 | |
parent | 15c533eb324526776f4a8a9d82b150dbfd46d7e6 (diff) | |
download | timeline-92f96ac3638bb071eedee96bcbe636a2e1584344.tar.gz timeline-92f96ac3638bb071eedee96bcbe636a2e1584344.tar.bz2 timeline-92f96ac3638bb071eedee96bcbe636a2e1584344.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
|