diff --git a/.github/workflows/notify-integration-release-via-manual.yaml b/.github/workflows/notify-integration-release-via-manual.yaml index 39734de3..6244065d 100644 --- a/.github/workflows/notify-integration-release-via-manual.yaml +++ b/.github/workflows/notify-integration-release-via-manual.yaml @@ -40,7 +40,7 @@ jobs: - name: Notify Release uses: ./integration-release-action with: - integration_identifier: "packer/hashicorp/hcloud" + integration_identifier: "packer/hetznercloud/hcloud" release_version: ${{ github.event.inputs.version }} release_sha: ${{ github.event.inputs.branch }} github_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/notify-integration-release-via-tag.yaml b/.github/workflows/notify-integration-release-via-tag.yaml index ee8f56c9..42b6cdee 100644 --- a/.github/workflows/notify-integration-release-via-tag.yaml +++ b/.github/workflows/notify-integration-release-via-tag.yaml @@ -46,7 +46,7 @@ jobs: - name: Notify Release uses: ./integration-release-action with: - integration_identifier: "packer/hashicorp/hcloud" + integration_identifier: "packer/hetznercloud/hcloud" release_version: ${{ needs.strip-version.outputs.packer-version }} release_sha: ${{ github.ref }} github_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.web-docs/README.md b/.web-docs/README.md index 2f7f5bc4..1497fc8b 100644 --- a/.web-docs/README.md +++ b/.web-docs/README.md @@ -26,6 +26,6 @@ $ packer plugins install github.com/hetznercloud/hcloud #### Builders -- [hcloud](/packer/integrations/hashicorp/hcloud/latest/components/builder/hcloud) - The hcloud builder +- [hcloud](/packer/integrations/hetznercloud/hcloud/latest/components/builder/hcloud) - The hcloud builder lets you create custom images on Hetzner Cloud by launching an instance, provisioning it, then export it as an image for later reuse. diff --git a/docs/README.md b/docs/README.md index 2f7f5bc4..1497fc8b 100644 --- a/docs/README.md +++ b/docs/README.md @@ -26,6 +26,6 @@ $ packer plugins install github.com/hetznercloud/hcloud #### Builders -- [hcloud](/packer/integrations/hashicorp/hcloud/latest/components/builder/hcloud) - The hcloud builder +- [hcloud](/packer/integrations/hetznercloud/hcloud/latest/components/builder/hcloud) - The hcloud builder lets you create custom images on Hetzner Cloud by launching an instance, provisioning it, then export it as an image for later reuse.