Build branch main with version main (2b3d511)

Build pipeline: viash-hub.rnaseq.main-8jfv9

Source commit: 2b3d511b34

Source message: Add CHANGELOG
This commit is contained in:
CI
2024-12-05 15:28:05 +00:00
parent d69226987e
commit d08ba5f5fa
133 changed files with 304 additions and 291 deletions

View File

@@ -174,8 +174,8 @@ build_info:
output: "target/executable/cat_fastq"
executable: "target/executable/cat_fastq/cat_fastq"
viash_version: "0.9.0"
git_commit: "4adb388c7d928eea02bccf890214f3b932b08714"
git_remote: "https://x-access-token:ghs_MW7eJel8BXirGBmM5nVBbQvzqvrjaH0zDh8H@github.com/viash-hub/rnaseq"
git_commit: "2b3d511b34246648b934fd1dc99b22e0a71c37f2"
git_remote: "https://x-access-token:ghs_mpjpezoXRPhvITbEzvFPaxzcp8yfML2ITu9P@github.com/viash-hub/rnaseq"
package_config:
name: "rnaseq"
version: "main"

View File

@@ -472,9 +472,9 @@ function ViashDockerfile {
FROM ubuntu:22.04
ENTRYPOINT []
LABEL org.opencontainers.image.description="Companion container for running component cat_fastq"
LABEL org.opencontainers.image.created="2024-12-05T08:04:22Z"
LABEL org.opencontainers.image.source="https://x-access-token/ghs_MW7eJel8BXirGBmM5nVBbQvzqvrjaH0zDh8H@github.com/viash-hub/rnaseq"
LABEL org.opencontainers.image.revision="4adb388c7d928eea02bccf890214f3b932b08714"
LABEL org.opencontainers.image.created="2024-12-05T14:40:10Z"
LABEL org.opencontainers.image.source="https://x-access-token/ghs_mpjpezoXRPhvITbEzvFPaxzcp8yfML2ITu9P@github.com/viash-hub/rnaseq"
LABEL org.opencontainers.image.revision="2b3d511b34246648b934fd1dc99b22e0a71c37f2"
LABEL org.opencontainers.image.version="main"
VIASHDOCKER