Build branch add-labels with version add-labels (0b5aea9)

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

Source commit: 0b5aea9962

Source message: Add test workflow and fix some issues
This commit is contained in:
CI
2024-12-03 19:59:42 +00:00
parent 15c280b8fc
commit 6983bda4f9
233 changed files with 1021 additions and 1016 deletions

View File

@@ -256,8 +256,8 @@ build_info:
output: "target/executable/tximport"
executable: "target/executable/tximport/tximport"
viash_version: "0.9.0"
git_commit: "3ee9ba76ca2112681c41468800aab2fa38cdf453"
git_remote: "https://x-access-token:ghs_voB56eF2OpLwoHCFv0Y7b6hOUsN5Mp3c03Em@github.com/viash-hub/rnaseq"
git_commit: "0b5aea9962d5e17eff2714df166b5f976f49a92e"
git_remote: "https://x-access-token:ghs_K1l4tLngEkomUqIQmvtQnd1V942PTZ1leHqC@github.com/viash-hub/rnaseq"
package_config:
name: "rnaseq"
version: "add-labels"

View File

@@ -508,9 +508,9 @@ RUN Rscript -e 'if (!requireNamespace("remotes", quietly = TRUE)) install.packag
Rscript -e 'remotes::install_cran(c("jsonlite"), repos = "https://cran.rstudio.com")'
LABEL org.opencontainers.image.description="Companion container for running component tximport"
LABEL org.opencontainers.image.created="2024-12-03T05:47:41Z"
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.created="2024-12-03T19:47:18Z"
LABEL org.opencontainers.image.source="https://x-access-token/ghs_K1l4tLngEkomUqIQmvtQnd1V942PTZ1leHqC@github.com/viash-hub/rnaseq"
LABEL org.opencontainers.image.revision="0b5aea9962d5e17eff2714df166b5f976f49a92e"
LABEL org.opencontainers.image.version="add-labels"
VIASHDOCKER