Build branch main with version main (219bd58)

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

Source commit: 219bd5816e

Source message: Allow 'Undetermined' samples to be empty. (#50)
This commit is contained in:
CI
2025-05-26 10:56:01 +00:00
parent b720ad07f9
commit 029f2aee81
70 changed files with 2601 additions and 1647 deletions

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: "f591b7849fe63b27602b2a759c1089d5dee1ecaa"
git_commit: "219bd5816e7e6a6c80b4d6f6c1d21b3ffe53c880"
git_remote: "https://github.com/viash-hub/demultiplex"
git_tag: "v0.1.1-28-gf591b78"
git_tag: "v0.1.1-30-g219bd58"
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-05-14T08:05:49Z"
LABEL org.opencontainers.image.created="2025-05-26T10:28:12Z"
LABEL org.opencontainers.image.source="https://github.com/viash-hub/demultiplex"
LABEL org.opencontainers.image.revision="f591b7849fe63b27602b2a759c1089d5dee1ecaa"
LABEL org.opencontainers.image.revision="219bd5816e7e6a6c80b4d6f6c1d21b3ffe53c880"
LABEL org.opencontainers.image.version="main"
VIASHDOCKER