1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-02-03 13:11:48 +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-12-27 19:31:40 -03:00
2022-11-28 14:28:38 -03:00
2022-05-18 12:12:42 -03:00
2022-10-13 14:43:41 -03:00
2022-11-25 15:26:14 -03:00
2022-08-16 01:16:45 -03:00
2022-11-25 15:26:14 -03:00
2021-04-25 14:20:49 -03:00
2022-10-13 14:43:41 -03:00
2022-12-21 23:43:30 -03:00
2022-11-25 15:26:14 -03:00