Compare commits

...

2 commits

Author SHA1 Message Date
Emiliza Gutierrez 8decae6ccd tmp: does a new commit count as a push-based run? 2021-09-17 12:26:22 -07:00
Emiliza Gutierrez 8a757e940f tmp commit to kick off gha workflow 2021-09-16 17:27:35 -07:00
2 changed files with 2 additions and 1 deletions

View file

@ -5,7 +5,6 @@ on:
pull_request:
paths:
- 'docker/**'
- '!docker/README.md'
env:
GITHUB_TOKEN: ${{ secrets.PULUMI_BOT_TOKEN }}

View file

@ -74,3 +74,5 @@ docker run -e PULUMI_ACCESS_TOKEN=<TOKEN> -v "$(pwd)":/pulumi/projects $IMG /bin
These images _do not_ include additional tools you might want to use when running a pulumi provider. For example, if
you're using the [pulumi-kubernetes](https://github.com/pulumi/pulumi-kubernetes) with [Helm](https://helm.sh/), you'll
need to use these images as a base image, or install the `helm` command as part of your CI setup.