Ensure docker-slim images only triggers on publish_packages (#4867)

This commit is contained in:
Paul Stack 2020-06-22 20:40:56 +01:00 committed by GitHub
parent 1837c0a779
commit a53dfe69b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -79,7 +79,6 @@ publish_tgz:
publish_packages:
$(call STEP_MESSAGE)
./scripts/publish_packages.sh
pulumictl create containers ${VERSION}
# Run the integration tests for our DockerHub containers. We do so only via the
# "Travis Cron" job type, because (1) the tests can only be ran _after_ we publish

View file

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