2024-12-19 13:22:54 +01:00
|
|
|
steps:
|
|
|
|
- name: Overte Domain Server AIO Docker
|
|
|
|
when:
|
|
|
|
- branch: main
|
|
|
|
event: tag
|
2024-12-19 16:28:56 +01:00
|
|
|
image: woodpeckerci/plugin-docker-buildx:5.1.0
|
2024-12-19 13:22:54 +01:00
|
|
|
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
|