Freeze v0.0.12 (#547)

### Changed

- Upgraded pulumi-go-provider to v1.0.0-rc2.

### Fixed

- Builds now respect cancellation.
(https://github.com/pulumi/pulumi-docker-build/issues/533,
https://github.com/pulumi/pulumi-docker-build/pull/522)
This commit is contained in:
Bryce Lampe
2025-05-16 12:08:02 -07:00
committed by GitHub
parent 4ea5b9a5d0
commit 82057d3065
2 changed files with 4 additions and 4 deletions

View File

@@ -6,8 +6,6 @@ on:
types:
- run-acceptance-tests-command
pull_request:
paths-ignore:
- CHANGELOG.md
workflow_dispatch: {}
env:
GITHUB_TOKEN: ${{ secrets.PULUMI_BOT_TOKEN }}