Build branch main with version main (0c27ec1)

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

Source commit: 0c27ec1436

Source message: Assert that demultiplexed FASTQ files are not empty (#40)
This commit is contained in:
CI
2025-03-27 16:12:48 +00:00
parent 26f9bf6da2
commit 51fdf9e8bf
22 changed files with 98 additions and 40 deletions

View File

@@ -146,9 +146,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.0"
git_commit: "0acfda628d38430a7cdc21acf52878703b3b4bfc"
git_commit: "0c27ec143671b3d9c985f2b5dc92f2a2065349d4"
git_remote: "https://github.com/viash-hub/demultiplex"
git_tag: "v0.1.1-20-g0acfda6"
git_tag: "v0.1.1-21-g0c27ec1"
package_config:
name: "demultiplex"
version: "main"

View File

@@ -470,9 +470,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-03-20T20:31:40Z"
LABEL org.opencontainers.image.created="2025-03-27T15:56:06Z"
LABEL org.opencontainers.image.source="https://github.com/viash-hub/demultiplex"
LABEL org.opencontainers.image.revision="0acfda628d38430a7cdc21acf52878703b3b4bfc"
LABEL org.opencontainers.image.revision="0c27ec143671b3d9c985f2b5dc92f2a2065349d4"
LABEL org.opencontainers.image.version="main"
VIASHDOCKER

View File

@@ -196,9 +196,9 @@ build_info:
output: "target/executable/io/publish"
executable: "target/executable/io/publish/publish"
viash_version: "0.9.0"
git_commit: "0acfda628d38430a7cdc21acf52878703b3b4bfc"
git_commit: "0c27ec143671b3d9c985f2b5dc92f2a2065349d4"
git_remote: "https://github.com/viash-hub/demultiplex"
git_tag: "v0.1.1-20-g0acfda6"
git_tag: "v0.1.1-21-g0c27ec1"
package_config:
name: "demultiplex"
version: "main"

View File

@@ -490,9 +490,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-03-20T20:31:40Z"
LABEL org.opencontainers.image.created="2025-03-27T15:56:05Z"
LABEL org.opencontainers.image.source="https://github.com/viash-hub/demultiplex"
LABEL org.opencontainers.image.revision="0acfda628d38430a7cdc21acf52878703b3b4bfc"
LABEL org.opencontainers.image.revision="0c27ec143671b3d9c985f2b5dc92f2a2065349d4"
LABEL org.opencontainers.image.version="main"
VIASHDOCKER

View File

@@ -153,9 +153,9 @@ build_info:
output: "target/executable/io/untar"
executable: "target/executable/io/untar/untar"
viash_version: "0.9.0"
git_commit: "0acfda628d38430a7cdc21acf52878703b3b4bfc"
git_commit: "0c27ec143671b3d9c985f2b5dc92f2a2065349d4"
git_remote: "https://github.com/viash-hub/demultiplex"
git_tag: "v0.1.1-20-g0acfda6"
git_tag: "v0.1.1-21-g0c27ec1"
package_config:
name: "demultiplex"
version: "main"

View File

@@ -476,9 +476,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-03-20T20:31:40Z"
LABEL org.opencontainers.image.created="2025-03-27T15:56:05Z"
LABEL org.opencontainers.image.source="https://github.com/viash-hub/demultiplex"
LABEL org.opencontainers.image.revision="0acfda628d38430a7cdc21acf52878703b3b4bfc"
LABEL org.opencontainers.image.revision="0c27ec143671b3d9c985f2b5dc92f2a2065349d4"
LABEL org.opencontainers.image.version="main"
VIASHDOCKER