Update azure-pipelines-release.yml for Azure Pipelines

pull/26155/head
Pascal Vizeli 2019-08-22 17:49:17 +02:00
parent 2b78bfaf78
commit be0739626b
1 changed files with 1 additions and 0 deletions

View File

@ -216,6 +216,7 @@ stages:
create_manifest "stable" "$(Build.SourceBranchName)"
create_manifest "latest" "$(Build.SourceBranchName)"
create_manifest "beta" "$(Build.SourceBranchName)"
create_manifest "rc" "$(Build.SourceBranchName)"
fi
displayName: 'Create Meta-Image'