Build branch main with version main (26bd658)

Build pipeline: viash-hub.demultiplex.main-qzwsk

Source commit: 26bd658d6e

Source message: Add detect_demultiplexer subworkflow (#52)
This commit is contained in:
CI
2025-06-10 07:25:05 +00:00
parent 22aedc71cc
commit 10ff085552
29 changed files with 4223 additions and 198 deletions

View File

@@ -157,9 +157,9 @@ build_info:
output: "target/executable/io/interop_summary_to_csv"
executable: "target/executable/io/interop_summary_to_csv/interop_summary_to_csv"
viash_version: "0.9.4"
git_commit: "6e71519815566a057711019a23a56a22479dd655"
git_commit: "26bd658d6e8462c8bf049889349814ab33630e87"
git_remote: "https://github.com/viash-hub/demultiplex"
git_tag: "v0.1.1-31-g6e71519"
git_tag: "v0.1.1-32-g26bd658"
package_config:
name: "demultiplex"
version: "main"

View File

@@ -454,9 +454,9 @@ tar -C /tmp/ --no-same-owner --no-same-permissions -xvf /tmp/interop.tar.gz && \
mv /tmp/interop-1.3.1-Linux-GNU/bin/index-summary /tmp/interop-1.3.1-Linux-GNU/bin/summary /usr/local/bin/
LABEL org.opencontainers.image.description="Companion container for running component io interop_summary_to_csv"
LABEL org.opencontainers.image.created="2025-06-04T10:22:33Z"
LABEL org.opencontainers.image.created="2025-06-10T07:00:17Z"
LABEL org.opencontainers.image.source="https://github.com/viash-hub/demultiplex"
LABEL org.opencontainers.image.revision="6e71519815566a057711019a23a56a22479dd655"
LABEL org.opencontainers.image.revision="26bd658d6e8462c8bf049889349814ab33630e87"
LABEL org.opencontainers.image.version="main"
VIASHDOCKER

View File

@@ -219,9 +219,9 @@ build_info:
output: "target/executable/io/publish"
executable: "target/executable/io/publish/publish"
viash_version: "0.9.4"
git_commit: "6e71519815566a057711019a23a56a22479dd655"
git_commit: "26bd658d6e8462c8bf049889349814ab33630e87"
git_remote: "https://github.com/viash-hub/demultiplex"
git_tag: "v0.1.1-31-g6e71519"
git_tag: "v0.1.1-32-g26bd658"
package_config:
name: "demultiplex"
version: "main"

View File

@@ -450,9 +450,9 @@ RUN apt-get update && \
rm -rf /var/lib/apt/lists/*
LABEL org.opencontainers.image.description="Companion container for running component io publish"
LABEL org.opencontainers.image.created="2025-06-04T10:22:33Z"
LABEL org.opencontainers.image.created="2025-06-10T07:00:17Z"
LABEL org.opencontainers.image.source="https://github.com/viash-hub/demultiplex"
LABEL org.opencontainers.image.revision="6e71519815566a057711019a23a56a22479dd655"
LABEL org.opencontainers.image.revision="26bd658d6e8462c8bf049889349814ab33630e87"
LABEL org.opencontainers.image.version="main"
VIASHDOCKER

View File

@@ -156,9 +156,9 @@ build_info:
output: "target/executable/io/untar"
executable: "target/executable/io/untar/untar"
viash_version: "0.9.4"
git_commit: "6e71519815566a057711019a23a56a22479dd655"
git_commit: "26bd658d6e8462c8bf049889349814ab33630e87"
git_remote: "https://github.com/viash-hub/demultiplex"
git_tag: "v0.1.1-31-g6e71519"
git_tag: "v0.1.1-32-g26bd658"
package_config:
name: "demultiplex"
version: "main"

View File

@@ -450,9 +450,9 @@ RUN apt-get update && \
rm -rf /var/lib/apt/lists/*
LABEL org.opencontainers.image.description="Companion container for running component io untar"
LABEL org.opencontainers.image.created="2025-06-04T10:22:33Z"
LABEL org.opencontainers.image.created="2025-06-10T07:00:17Z"
LABEL org.opencontainers.image.source="https://github.com/viash-hub/demultiplex"
LABEL org.opencontainers.image.revision="6e71519815566a057711019a23a56a22479dd655"
LABEL org.opencontainers.image.revision="26bd658d6e8462c8bf049889349814ab33630e87"
LABEL org.opencontainers.image.version="main"
VIASHDOCKER