overte-domainserver-aio/.woodpecker.yaml
Mike 06415fdd04
Some checks failed
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline failed
Bump woodpeckerci/plugin-docker-buildx version
2024-12-19 15:28:56 +00:00

18 lines
480 B
YAML

steps:
- name: Overte Domain Server AIO Docker
when:
- branch: main
event: tag
image: woodpeckerci/plugin-docker-buildx:5.1.0
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