Trigger deployment for chocolatey package (#5068)

This commit is contained in:
Paul Stack 2020-07-27 22:48:24 +01:00 committed by GitHub
parent 6ff94a18cf
commit e8a2cf3da5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -88,6 +88,7 @@ publish_containers() {
# This publishes the SDK specific containers and uses a dispatch event to trigger a GitHub Action
pulumictl create containers "${CLI_VERSION//v}"
pulumictl create choco-deploy "${CLI_VERSION//v}"
}
echo_header "Building Pulumi containers (${CLI_VERSION})"