Build branch add-labels with version add-labels (e244fcf)

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

Source commit: e244fcf554

Source message: Move inline TODO items to Github issue
This commit is contained in:
CI
2024-12-05 05:53:31 +00:00
parent 6983bda4f9
commit b5d3a795da
143 changed files with 323 additions and 333 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: "0b5aea9962d5e17eff2714df166b5f976f49a92e"
git_remote: "https://x-access-token:ghs_K1l4tLngEkomUqIQmvtQnd1V942PTZ1leHqC@github.com/viash-hub/rnaseq"
git_commit: "e244fcf554ffba49eafd8534e96f52004dcc5dee"
git_remote: "https://x-access-token:ghs_oXfZ3s5ZxhhPYHO3WtccDldZ2L7ev52GtUDQ@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-03T19:47:15Z"
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.created="2024-12-05T05:12:19Z"
LABEL org.opencontainers.image.source="https://x-access-token/ghs_oXfZ3s5ZxhhPYHO3WtccDldZ2L7ev52GtUDQ@github.com/viash-hub/rnaseq"
LABEL org.opencontainers.image.revision="e244fcf554ffba49eafd8534e96f52004dcc5dee"
LABEL org.opencontainers.image.version="add-labels"
VIASHDOCKER