mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-05 06:53:18 +08:00
that seems to have fixed it
This commit is contained in:
parent
b9d1ab4614
commit
37f8e787a2
@ -6,9 +6,12 @@ steps:
|
|||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
settings:
|
settings:
|
||||||
dockerfile: .woodpecker/ballistica_dev_dockerfile
|
dockerfile: .woodpecker/ballistica_dev_dockerfile
|
||||||
|
platforms:
|
||||||
|
- linux/amd64
|
||||||
registry: codeberg.org
|
registry: codeberg.org
|
||||||
repo: codeberg.org/${CI_REPO}-dev
|
repo: codeberg.org/${CI_REPO}-dev
|
||||||
tag: latest
|
tags:
|
||||||
|
- latest
|
||||||
username: ${CI_REPO_OWNER}
|
username: ${CI_REPO_OWNER}
|
||||||
password:
|
password:
|
||||||
from_secret: ACCESS_TOKEN
|
from_secret: ACCESS_TOKEN
|
||||||
|
|||||||
@ -48,6 +48,12 @@ steps:
|
|||||||
- name: build-and-publish-gui-docker
|
- name: build-and-publish-gui-docker
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
settings:
|
settings:
|
||||||
|
dockerfile: config/docker/Dockerfile
|
||||||
|
build_args:
|
||||||
|
- cmake_build_type=Debug
|
||||||
|
- headless_build=0
|
||||||
|
platforms:
|
||||||
|
- linux/amd64
|
||||||
registry: codeberg.org
|
registry: codeberg.org
|
||||||
repo: codeberg.org/${CI_REPO}
|
repo: codeberg.org/${CI_REPO}
|
||||||
tags:
|
tags:
|
||||||
@ -58,16 +64,16 @@ steps:
|
|||||||
username: ${CI_REPO_OWNER}
|
username: ${CI_REPO_OWNER}
|
||||||
password:
|
password:
|
||||||
from_secret: ACCESS_TOKEN
|
from_secret: ACCESS_TOKEN
|
||||||
dockerfile: config/docker/Dockerfile
|
|
||||||
build_args:
|
|
||||||
- cmake_build_type=Debug
|
|
||||||
- headless_build=0
|
|
||||||
platforms:
|
|
||||||
- linux/amd64
|
|
||||||
depends_on: [parallel-prepare]
|
depends_on: [parallel-prepare]
|
||||||
- name: build-and-publish-server-docker
|
- name: build-and-publish-server-docker
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
settings:
|
settings:
|
||||||
|
dockerfile: config/docker/Dockerfile
|
||||||
|
build_args:
|
||||||
|
- cmake_build_type=Debug
|
||||||
|
- headless_build=1
|
||||||
|
platforms:
|
||||||
|
- linux/amd64
|
||||||
registry: codeberg.org
|
registry: codeberg.org
|
||||||
repo: codeberg.org/${CI_REPO}
|
repo: codeberg.org/${CI_REPO}
|
||||||
tags:
|
tags:
|
||||||
@ -76,12 +82,6 @@ steps:
|
|||||||
username: ${CI_REPO_OWNER}
|
username: ${CI_REPO_OWNER}
|
||||||
password:
|
password:
|
||||||
from_secret: ACCESS_TOKEN
|
from_secret: ACCESS_TOKEN
|
||||||
dockerfile: config/docker/Dockerfile
|
|
||||||
build_args:
|
|
||||||
- cmake_build_type=Debug
|
|
||||||
- headless_build=1
|
|
||||||
platforms:
|
|
||||||
- linux/amd64
|
|
||||||
depends_on: [parallel-prepare]
|
depends_on: [parallel-prepare]
|
||||||
- name: build-sphinx-docs
|
- name: build-sphinx-docs
|
||||||
image: codeberg.org/3ra/ballistica-dev:latest
|
image: codeberg.org/3ra/ballistica-dev:latest
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user