Build branch add-labels with version add-labels (3ee9ba7)

Build pipeline: viash-hub.rnaseq.add-labels-xf9kj

Source commit: 3ee9ba76ca

Source message: Disable bbsplit
This commit is contained in:
CI
2024-12-03 08:22:22 +00:00
parent 5f8830f4c8
commit 15c280b8fc
138 changed files with 1164 additions and 1121 deletions

View File

@@ -143,8 +143,8 @@ build_info:
output: "target/executable/preprocess_transcripts_fasta"
executable: "target/executable/preprocess_transcripts_fasta/preprocess_transcripts_fasta"
viash_version: "0.9.0"
git_commit: "59cbb30eecf218c0572104f849ab542423f0e590"
git_remote: "https://x-access-token:ghs_lWPkcchJhx5BAqplCo3R1uKbRtP5On1H5oPO@github.com/viash-hub/rnaseq"
git_commit: "3ee9ba76ca2112681c41468800aab2fa38cdf453"
git_remote: "https://x-access-token:ghs_voB56eF2OpLwoHCFv0Y7b6hOUsN5Mp3c03Em@github.com/viash-hub/rnaseq"
package_config:
name: "rnaseq"
version: "add-labels"

View File

@@ -462,9 +462,9 @@ function ViashDockerfile {
FROM ubuntu:22.04
ENTRYPOINT []
LABEL org.opencontainers.image.description="Companion container for running component preprocess_transcripts_fasta"
LABEL org.opencontainers.image.created="2024-12-02T14:59:59Z"
LABEL org.opencontainers.image.source="https://x-access-token/ghs_lWPkcchJhx5BAqplCo3R1uKbRtP5On1H5oPO@github.com/viash-hub/rnaseq"
LABEL org.opencontainers.image.revision="59cbb30eecf218c0572104f849ab542423f0e590"
LABEL org.opencontainers.image.created="2024-12-03T05:47:38Z"
LABEL org.opencontainers.image.source="https://x-access-token/ghs_voB56eF2OpLwoHCFv0Y7b6hOUsN5Mp3c03Em@github.com/viash-hub/rnaseq"
LABEL org.opencontainers.image.revision="3ee9ba76ca2112681c41468800aab2fa38cdf453"
LABEL org.opencontainers.image.version="add-labels"
VIASHDOCKER