fix erroneous extra v from new containers build`

This commit is contained in:
Lee Briggs 2020-07-21 08:50:42 -07:00
parent a38bbaa221
commit 9cfe649885
No known key found for this signature in database
GPG key ID: A4D09B96FDFEB505

View file

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