Build branch main with version main (3c05b79)

Build pipeline: viash-hub.htrnaseq.main-bc45k

Source commit: 3c05b7950b

Source message: Remove duplicate entries from feature data (#41)
This commit is contained in:
CI
2025-02-17 15:45:09 +00:00
parent 1f84d46798
commit 6468e4a5de
61 changed files with 144 additions and 76 deletions

View File

@@ -143,7 +143,7 @@ build_info:
output: "target/executable/io/publish_fastqs"
executable: "target/executable/io/publish_fastqs/publish_fastqs"
viash_version: "0.9.0"
git_commit: "a0a780a9c1554e0e02de9e05bc88313594a08c6c"
git_commit: "3c05b7950b9627acdaa70687e0915d5ee69b6d1b"
git_remote: "https://github.com/viash-hub/htrnaseq"
package_config:
name: "htrnaseq"

View File

@@ -470,9 +470,9 @@ RUN apt-get update && \
rm -rf /var/lib/apt/lists/*
LABEL org.opencontainers.image.description="Companion container for running component io publish_fastqs"
LABEL org.opencontainers.image.created="2025-02-17T07:49:03Z"
LABEL org.opencontainers.image.created="2025-02-17T14:58:41Z"
LABEL org.opencontainers.image.source="https://github.com/viash-hub/htrnaseq"
LABEL org.opencontainers.image.revision="a0a780a9c1554e0e02de9e05bc88313594a08c6c"
LABEL org.opencontainers.image.revision="3c05b7950b9627acdaa70687e0915d5ee69b6d1b"
LABEL org.opencontainers.image.version="main"
VIASHDOCKER

View File

@@ -187,7 +187,7 @@ build_info:
output: "target/executable/io/publish_results"
executable: "target/executable/io/publish_results/publish_results"
viash_version: "0.9.0"
git_commit: "a0a780a9c1554e0e02de9e05bc88313594a08c6c"
git_commit: "3c05b7950b9627acdaa70687e0915d5ee69b6d1b"
git_remote: "https://github.com/viash-hub/htrnaseq"
package_config:
name: "htrnaseq"

View File

@@ -484,9 +484,9 @@ RUN apt-get update && \
rm -rf /var/lib/apt/lists/*
LABEL org.opencontainers.image.description="Companion container for running component io publish_results"
LABEL org.opencontainers.image.created="2025-02-17T07:49:04Z"
LABEL org.opencontainers.image.created="2025-02-17T14:58:41Z"
LABEL org.opencontainers.image.source="https://github.com/viash-hub/htrnaseq"
LABEL org.opencontainers.image.revision="a0a780a9c1554e0e02de9e05bc88313594a08c6c"
LABEL org.opencontainers.image.revision="3c05b7950b9627acdaa70687e0915d5ee69b6d1b"
LABEL org.opencontainers.image.version="main"
VIASHDOCKER