registries: - registry.tek.govt.hu repos: - name: papermc library: dowerx path: papermc args: - key: VERSION value: "${VERSION}" - key: BUILD value: "${BUILD}" tags: - name: latest tags: - amd64 - arm64 - name: "${VERSION}" tags: - "${VERSION}-amd64" - "${VERSION}-arm64" - name: "${VERSION}-${BUILD}" tags: - "${VERSION}-${BUILD}-amd64" - "${VERSION}-${BUILD}-arm64" builds: - arch: amd64 tags: - amd64 - "${VERSION}-amd64" - "${VERSION}-${BUILD}-amd64" - arch: arm64 tags: - arm64 - "${VERSION}-arm64" - "${VERSION}-${BUILD}-arm64"