Build branch main with version main (10d3b38)

Build pipeline: viash-hub.htrnaseq.main-77sg6

Source commit: 10d3b382d6

Source message: Add runner integration tests, revert ec0dd8b (#64)
This commit is contained in:
CI
2025-08-01 10:14:18 +00:00
parent 060c9c49a8
commit 6f76b49468
71 changed files with 373 additions and 217 deletions

View File

@@ -285,9 +285,9 @@ build_info:
output: "target/executable/parallel_map"
executable: "target/executable/parallel_map/parallel_map"
viash_version: "0.9.4"
git_commit: "0e87de80bc86053b22c7105a9d24e245bd4c3160"
git_commit: "10d3b382d6ee8368c846736f24b076eeddfc8ce2"
git_remote: "https://github.com/viash-hub/htrnaseq"
git_tag: "v0.7.2-9-g0e87de8"
git_tag: "v0.7.2-11-g10d3b38"
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-07-29T10:37:44Z"
LABEL org.opencontainers.image.created="2025-08-01T09:22:59Z"
LABEL org.opencontainers.image.source="https://github.com/viash-hub/htrnaseq"
LABEL org.opencontainers.image.revision="0e87de80bc86053b22c7105a9d24e245bd4c3160"
LABEL org.opencontainers.image.revision="10d3b382d6ee8368c846736f24b076eeddfc8ce2"
LABEL org.opencontainers.image.version="main"
VIASHDOCKER