Build branch main with version main (798e361)

Build pipeline: viash-hub.demultiplex.main-plzkv

Source commit: 798e361afe

Source message: Add run information to output (#31)
This commit is contained in:
CI
2024-12-19 15:54:37 +00:00
parent 43010e8c57
commit ce3c3eb442
29 changed files with 387 additions and 153 deletions

View File

@@ -148,9 +148,9 @@ build_info:
output: "target/executable/io/untar"
executable: "target/executable/io/untar/untar"
viash_version: "0.9.0"
git_commit: "8d3c2888d6df6688763d303dba03ce53d339fb0f"
git_remote: "https://x-access-token:ghs_Iv5SuazXszUy4WWFyKOtFABImrj2oY0GsE3i@github.com/viash-hub/demultiplex"
git_tag: "v0.1.1-12-g8d3c288"
git_commit: "798e361afeea8dbb84dc23ef38e4fbc3883463e7"
git_remote: "https://x-access-token:ghs_44flLTQIYGBkc9xcwCZoLYe7mxXzgw1iszFO@github.com/viash-hub/demultiplex"
git_tag: "v0.1.1-13-g798e361"
package_config:
name: "demultiplex"
version: "main"

View File

@@ -476,9 +476,9 @@ RUN apt-get update && \
rm -rf /var/lib/apt/lists/*
LABEL org.opencontainers.image.description="Companion container for running component io untar"
LABEL org.opencontainers.image.created="2024-12-18T15:00:54Z"
LABEL org.opencontainers.image.created="2024-12-19T15:39:34Z"
LABEL org.opencontainers.image.source="https://github.com/viash-hub/demultiplex"
LABEL org.opencontainers.image.revision="8d3c2888d6df6688763d303dba03ce53d339fb0f"
LABEL org.opencontainers.image.revision="798e361afeea8dbb84dc23ef38e4fbc3883463e7"
LABEL org.opencontainers.image.version="main"
VIASHDOCKER