mirror of
https://github.com/aljazceru/addons.git
synced 2026-01-19 21:05:48 +01:00
* Add YAML linter * Drop GitHub registry login as its not required at this point * Add YAML document start marker * Fix YAMLlint issues * Fix YAMLlint issues in .github yaml files * Fix YAMLlint issue in .github/dependabot.yml * Remove .github/move.yml * Set dependabot to weekly Co-authored-by: Joakim Sørensen <hi@ludeeus.dev> * Use YAML strip option where appropriate * Fix multiline string Co-authored-by: Joakim Sørensen <hi@ludeeus.dev>
18 lines
635 B
YAML
18 lines
635 B
YAML
---
|
|
build_from:
|
|
aarch64: ghcr.io/home-assistant/aarch64-base-python:3.9-alpine3.14
|
|
amd64: ghcr.io/home-assistant/amd64-base-python:3.9-alpine3.14
|
|
armhf: ghcr.io/home-assistant/armhf-base-python:3.9-alpine3.14
|
|
armv7: ghcr.io/home-assistant/armv7-base-python:3.9-alpine3.14
|
|
i386: ghcr.io/home-assistant/i386-base-python:3.9-alpine3.14
|
|
codenotary:
|
|
signer: notary@home-assistant.io
|
|
base_image: notary@home-assistant.io
|
|
args:
|
|
CERTBOT_DNS_DIRECTADMIN_VERSION: 0.0.24
|
|
CERTBOT_DNS_TRANSIP_VERSION: 0.4.3
|
|
CERTBOT_GANDI_VERSION: 1.3.2
|
|
CERTBOT_NETCUP_VERSION: 1.1.1
|
|
CERTBOT_NJALLA_VERSION: 1.0.0
|
|
CERTBOT_VERSION: 1.21.0
|