overte-domainserver-aio/.woodpecker.yaml

19 lines
478 B
YAML
Raw Normal View History

2024-12-19 13:22:54 +01:00
steps:
- name: Overte Domain Server AIO Docker
when:
- branch: main
event: tag
image: woodpeckerci/plugin-docker-buildx:4.2
settings:
platforms: linux/amd64
repo: alveusdev/overtedomainserver
tags: latest
auto_tag: true
build_args:
- TAG=${CI_COMMIT_TAG}
- REPO=https://github.com/overte-org/overte
username:
from_secret: DOCKERHUB_USER
password:
from_secret: DOCKERHUB_TOKEN