From c6ebf2c6ca1f19eab79279351308ad1767dd051e Mon Sep 17 00:00:00 2001 From: Pulumi Bot <30351955+pulumi-bot@users.noreply.github.com> Date: Wed, 17 Apr 2024 22:03:35 -0700 Subject: [PATCH] Update GitHub Actions workflows. (#30) This PR was automatically generated by the update-native-provider-workflows workflow in the pulumi/ci-mgmt repo, from commit 65ba487d5688115d8b9c8533c384953f66342fc6. --- .goreleaser.prerelease.yml | 1 + .goreleaser.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.goreleaser.prerelease.yml b/.goreleaser.prerelease.yml index cc60ef2..ac201ac 100644 --- a/.goreleaser.prerelease.yml +++ b/.goreleaser.prerelease.yml @@ -18,6 +18,7 @@ builds: ldflags: - -X github.com/pulumi/pulumi-docker-build/provider/pkg/version.Version={{.Tag}} + - -X github.com/pulumi/pulumi-docker-build/provider.Version={{.Tag}} binary: pulumi-resource-docker-build archives: - name_template: "{{ .Binary }}-{{ .Tag }}-{{ .Os }}-{{ .Arch }}" diff --git a/.goreleaser.yml b/.goreleaser.yml index dc6378d..f7e9d64 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -18,6 +18,7 @@ builds: ldflags: - -X github.com/pulumi/pulumi-docker-build/provider/pkg/version.Version={{.Tag}} + - -X github.com/pulumi/pulumi-docker-build/provider.Version={{.Tag}} binary: pulumi-resource-docker-build archives: - name_template: "{{ .Binary }}-{{ .Tag }}-{{ .Os }}-{{ .Arch }}"