Build branch build/main with version build_main (6ae6ad1)

Build pipeline: openpipelines-bio.openpipeline-spatial.build-main-h86dl

Source commit: 6ae6ad1936

Source message: deploy: 00cafd63af52decfa15830ba20bc88f7a9384965
This commit is contained in:
CI
2025-07-10 14:46:24 +00:00
parent 096d01f274
commit b59203a4af
32 changed files with 381 additions and 151 deletions

View File

@@ -101,7 +101,11 @@ repositories:
- type: "github"
name: "openpipeline"
repo: "openpipelines-bio/openpipeline"
tag: "main_build"
tag: "2.1.2"
- type: "github"
name: "openpipeline_incubator"
repo: "openpipelines-bio/openpipeline_incubator"
tag: "main"
links:
repository: "https://github.com/openpipelines-bio/openpipeline_spatial"
docker_registry: "ghcr.io"
@@ -217,7 +221,7 @@ build_info:
output: "target/executable/convert/from_spatialdata_to_h5mu"
executable: "target/executable/convert/from_spatialdata_to_h5mu/from_spatialdata_to_h5mu"
viash_version: "0.9.3"
git_commit: "491efceaaf171f50aaa1d28f690c1e974cffc456"
git_commit: "6ae6ad193664a12a39c23f20030ebf03d9e886c6"
git_remote: "https://github.com/openpipelines-bio/openpipeline_spatial"
package_config:
name: "openpipeline_spatial"
@@ -231,7 +235,11 @@ package_config:
- type: "github"
name: "openpipeline"
repo: "openpipelines-bio/openpipeline"
tag: "main_build"
tag: "2.1.2"
- type: "github"
name: "openpipeline_incubator"
repo: "openpipelines-bio/openpipeline_incubator"
tag: "main"
viash_version: "0.9.3"
source: "src"
target: "target"

View File

@@ -458,9 +458,9 @@ RUN pip install --upgrade pip && \
LABEL org.opencontainers.image.authors="Dorien Roosen, Weiwei Schultz"
LABEL org.opencontainers.image.description="Companion container for running component convert from_spatialdata_to_h5mu"
LABEL org.opencontainers.image.created="2025-07-10T12:30:14Z"
LABEL org.opencontainers.image.created="2025-07-10T14:35:39Z"
LABEL org.opencontainers.image.source="https://github.com/openpipelines-bio/openpipeline_spatial"
LABEL org.opencontainers.image.revision="491efceaaf171f50aaa1d28f690c1e974cffc456"
LABEL org.opencontainers.image.revision="6ae6ad193664a12a39c23f20030ebf03d9e886c6"
LABEL org.opencontainers.image.version="build_main"
VIASHDOCKER