1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-02-09 13:36:56 +02:00
Kalle Møller 1b7dd258ce
feat: allow to template apk keyname (#3667)
To help solve this issue
```
    apk:
      signature:
        key_file: "{{ .Env.ABUILD_KEY_NAME }}.rsa"
        key_name: "{{ .Env.ABUILD_KEY_NAME }}"
```

<!--

Hi, thanks for contributing!

Please make sure you read our CONTRIBUTING guide.

Also, add tests and the respective documentation changes as well.

-->


<!-- If applied, this commit will... -->

Allow that the key_name in apk signature to be templated

<!-- Why is this change being made? -->

The name of the key might not be hardcoded, in a github workflow

<!-- # Provide links to any relevant tickets, URLs or other resources
-->

...
2023-01-11 09:10:31 -03:00
..
2022-11-25 15:26:14 -03:00
2022-11-28 14:28:38 -03:00
2022-11-14 14:00:12 -03:00
2022-11-25 15:26:14 -03:00
2021-04-25 14:20:49 -03:00
2022-11-11 23:52:32 -03:00
2022-11-04 16:02:33 -03:00
2022-11-25 15:26:14 -03:00
2022-12-21 01:07:07 -03:00
2022-11-28 22:42:29 -03:00