Update GitHub Actions workflows. (#29)

This PR was automatically generated by the
update-native-provider-workflows workflow in the pulumi/ci-mgmt repo,
from commit 5abcb86d6b26ccd5910ffe8ad512bca68eaa07b3.
This commit is contained in:
Pulumi Bot
2024-04-16 22:03:51 -07:00
committed by GitHub
parent 9026e23f75
commit 1df5cb1edc
9 changed files with 25 additions and 23 deletions

View File

@@ -1,6 +1,6 @@
# WARNING: This file is autogenerated - changes will be overwritten if not made via https://github.com/pulumi/ci-mgmt
project_name: pulumi-dockerbuild
project_name: pulumi-docker-build
builds:
- dir: provider
env:
@@ -14,10 +14,11 @@ builds:
- amd64
- arm64
ignore: []
main: ./cmd/pulumi-resource-dockerbuild/
main: ./cmd/pulumi-resource-docker-build/
ldflags:
- -X github.com/pulumi/pulumi-dockerbuild/provider/pkg/version.Version={{.Tag}}
binary: pulumi-resource-dockerbuild
- -X
github.com/pulumi/pulumi-docker-build/provider/pkg/version.Version={{.Tag}}
binary: pulumi-resource-docker-build
archives:
- name_template: "{{ .Binary }}-{{ .Tag }}-{{ .Os }}-{{ .Arch }}"
id: archive