that seems to have fixed it

This commit is contained in:
era 2025-01-20 07:44:40 +03:30
parent b9d1ab4614
commit 37f8e787a2
No known key found for this signature in database
GPG Key ID: D09203E19A264BC3
2 changed files with 16 additions and 13 deletions

View File

@ -6,9 +6,12 @@ steps:
image: woodpeckerci/plugin-docker-buildx
settings:
dockerfile: .woodpecker/ballistica_dev_dockerfile
platforms:
- linux/amd64
registry: codeberg.org
repo: codeberg.org/${CI_REPO}-dev
tag: latest
tags:
- latest
username: ${CI_REPO_OWNER}
password:
from_secret: ACCESS_TOKEN

View File

@ -48,6 +48,12 @@ steps:
- name: build-and-publish-gui-docker
image: woodpeckerci/plugin-docker-buildx
settings:
dockerfile: config/docker/Dockerfile
build_args:
- cmake_build_type=Debug
- headless_build=0
platforms:
- linux/amd64
registry: codeberg.org
repo: codeberg.org/${CI_REPO}
tags:
@ -58,16 +64,16 @@ steps:
username: ${CI_REPO_OWNER}
password:
from_secret: ACCESS_TOKEN
dockerfile: config/docker/Dockerfile
build_args:
- cmake_build_type=Debug
- headless_build=0
platforms:
- linux/amd64
depends_on: [parallel-prepare]
- name: build-and-publish-server-docker
image: woodpeckerci/plugin-docker-buildx
settings:
dockerfile: config/docker/Dockerfile
build_args:
- cmake_build_type=Debug
- headless_build=1
platforms:
- linux/amd64
registry: codeberg.org
repo: codeberg.org/${CI_REPO}
tags:
@ -76,12 +82,6 @@ steps:
username: ${CI_REPO_OWNER}
password:
from_secret: ACCESS_TOKEN
dockerfile: config/docker/Dockerfile
build_args:
- cmake_build_type=Debug
- headless_build=1
platforms:
- linux/amd64
depends_on: [parallel-prepare]
- name: build-sphinx-docs
image: codeberg.org/3ra/ballistica-dev:latest