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

24 lines
487 B
YAML
Raw Permalink Normal View History

registry: docker.io
repos:
2024-07-15 19:36:29 +00:00
- name: jitsi-web
library: dowerx
repo: web
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