images/jmusicbot.build.yml

27 lines
524 B
YAML
Raw Normal View History

2024-10-05 09:43:43 +00:00
registries:
- registry.tek.govt.hu
repos:
- name: jmusicbot
library: dowerx
path: jmusicbot
args:
- key: VERSION
value: "${VERSION}"
tags:
- name: latest
tags:
- amd64
- arm64
- name: "${VERSION}"
tags:
- "${VERSION}-amd64"
- "${VERSION}-arm64"
builds:
- arch: amd64
tags:
- amd64
- "${VERSION}-amd64"
- arch: arm64
tags:
- arm64
- "${VERSION}-arm64"