overte-domainserver-aio/.woodpecker.yaml
Mike bd411d948b
Some checks failed
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline failed
Initial commit
2024-12-19 12:22:54 +00:00

18 lines
478 B
YAML

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