jitsi-k8s/containers/non-root/jvb.build.yml

24 lines
481 B
YAML
Raw Normal View History

registry: docker.io
repos:
- name: jvb
2024-07-15 19:36:29 +00:00
library: dowerx
repo: jvb
2024-07-15 19:36:29 +00:00
action: push
tags:
2024-07-15 19:36:29 +00:00
- name: latest
builds:
- non-root-amd64
- non-root-arm64
- name: non-root
builds:
- non-root-amd64
- non-root-arm64
builds:
- arch: amd64
dockerfile: Dockerfile
tags:
- non-root-amd64
- arch: arm64
dockerfile: Dockerfile
tags:
2024-07-15 19:36:29 +00:00
- non-root-arm64