Release: Merge develop to main (111 commits) #302

Merged
jason.woltje merged 114 commits from develop into main 2026-02-04 01:37:25 +00:00
Showing only changes of commit da038d3df2 - Show all commits

View File

@@ -85,14 +85,12 @@ steps:
# Requires secrets: harbor_username, harbor_password
docker-build-api:
image: woodpeckerci/plugin-docker-buildx
image: plugins/docker
settings:
registry: reg.mosaicstack.dev
repo: mosaic/api
repo: reg.mosaicstack.dev/mosaic/api
dockerfile: apps/api/Dockerfile
context: .
platforms:
- linux/amd64
tags:
- "${CI_COMMIT_SHA:0:8}"
- latest
@@ -100,7 +98,6 @@ steps:
from_secret: harbor_username
password:
from_secret: harbor_password
debug: true
when:
- branch: [main, develop]
event: [push, manual]
@@ -108,14 +105,12 @@ steps:
- build
docker-build-web:
image: woodpeckerci/plugin-docker-buildx
image: plugins/docker
settings:
registry: reg.mosaicstack.dev
repo: mosaic/web
repo: reg.mosaicstack.dev/mosaic/web
dockerfile: apps/web/Dockerfile
context: .
platforms:
- linux/amd64
build_args:
- NEXT_PUBLIC_API_URL=https://api.mosaicstack.dev
tags:
@@ -125,7 +120,6 @@ steps:
from_secret: harbor_username
password:
from_secret: harbor_password
debug: true
when:
- branch: [main, develop]
event: [push, manual]
@@ -133,14 +127,12 @@ steps:
- build
docker-build-postgres:
image: woodpeckerci/plugin-docker-buildx
image: plugins/docker
settings:
registry: reg.mosaicstack.dev
repo: mosaic/postgres
repo: reg.mosaicstack.dev/mosaic/postgres
dockerfile: docker/postgres/Dockerfile
context: docker/postgres
platforms:
- linux/amd64
tags:
- "${CI_COMMIT_SHA:0:8}"
- latest
@@ -148,7 +140,6 @@ steps:
from_secret: harbor_username
password:
from_secret: harbor_password
debug: true
when:
- branch: [main, develop]
event: [push, manual]