Build branch main with version main (7e47ecc)

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

Source commit: 7e47ecc5db

Source message: Update README for 0.8.1 (#57)
This commit is contained in:
CI
2025-05-16 09:57:56 +00:00
parent e6f4877f17
commit 50ef7470fa
68 changed files with 153 additions and 141 deletions

View File

@@ -282,9 +282,9 @@ build_info:
output: "target/executable/parallel_map"
executable: "target/executable/parallel_map/parallel_map"
viash_version: "0.9.4"
git_commit: "c7c84719b518068592943d365eddf2d15a6658be"
git_commit: "7e47ecc5dbf74e3bd5c35783f78bb948f6616d80"
git_remote: "https://github.com/viash-hub/htrnaseq"
git_tag: "v0.7.2-3-gc7c8471"
git_tag: "v0.7.2-5-g7e47ecc"
package_config:
name: "htrnaseq"
version: "main"

View File

@@ -461,9 +461,9 @@ ENV STAR_BINARY=STAR
COPY STAR /usr/local/bin/$STAR_BINARY
LABEL org.opencontainers.image.authors="Dries Schaumont, Toni Verbeiren"
LABEL org.opencontainers.image.description="Companion container for running component parallel_map"
LABEL org.opencontainers.image.created="2025-05-14T08:04:05Z"
LABEL org.opencontainers.image.created="2025-05-16T09:12:17Z"
LABEL org.opencontainers.image.source="https://github.com/viash-hub/htrnaseq"
LABEL org.opencontainers.image.revision="c7c84719b518068592943d365eddf2d15a6658be"
LABEL org.opencontainers.image.revision="7e47ecc5dbf74e3bd5c35783f78bb948f6616d80"
LABEL org.opencontainers.image.version="main"
VIASHDOCKER