Build branch main with version main (add1252)

Build pipeline: viash-hub.biobox.main-bv4sf

Source commit: add125261c

Source message: FEAT: avoid using boolean_false (#160)
This commit is contained in:
CI
2024-10-07 09:26:30 +00:00
parent adf9159264
commit 09f5294af0
268 changed files with 767 additions and 757 deletions

View File

@@ -185,9 +185,9 @@ build_info:
output: "target/executable/bcftools/bcftools_sort"
executable: "target/executable/bcftools/bcftools_sort/bcftools_sort"
viash_version: "0.9.0"
git_commit: "0a0edcacb5368517d249210022363bd9265f1bf5"
git_remote: "https://x-access-token:ghs_bIjTemwR1Wh9ikbQ1ucI3bX39xxlpm0HUaHb@github.com/viash-hub/biobox"
git_tag: "v0.2.0-8-g0a0edca"
git_commit: "add125261c6fa0ed7c9906fc85e7368d2072c4a3"
git_remote: "https://x-access-token:ghs_bKg5UFS6ueiPm6KFjDzlVauquRQ8Fx1iMgnZ@github.com/viash-hub/biobox"
git_tag: "v0.2.0-9-gadd1252"
package_config:
name: "biobox"
version: "main"

View File

@@ -483,9 +483,9 @@ RUN echo "bcftools: \"$(bcftools --version | grep 'bcftools' | sed -n 's/^bcftoo
LABEL org.opencontainers.image.authors="Theodoro Gasperin Terra Camargo"
LABEL org.opencontainers.image.description="Companion container for running component bcftools bcftools_sort"
LABEL org.opencontainers.image.created="2024-10-03T12:50:38Z"
LABEL org.opencontainers.image.created="2024-10-07T09:07:48Z"
LABEL org.opencontainers.image.source="https://github.com/samtools/bcftools"
LABEL org.opencontainers.image.revision="0a0edcacb5368517d249210022363bd9265f1bf5"
LABEL org.opencontainers.image.revision="add125261c6fa0ed7c9906fc85e7368d2072c4a3"
LABEL org.opencontainers.image.version="main"
VIASHDOCKER