Build branch main with version main (373be82)

Build pipeline: viash-hub.craftbox.main-n5qhz

Source commit: 373be82129

Source message: Bump viash to 0.9.0-RC7 (#6)
This commit is contained in:
CI
2024-08-19 07:31:54 +00:00
parent f57725a0fd
commit 5e403dd5d9
15 changed files with 22 additions and 18 deletions

View File

@@ -222,7 +222,7 @@ build_info:
output: "target/executable/csv2fasta"
executable: "target/executable/csv2fasta/csv2fasta"
viash_version: "0.9.0-RC6"
git_commit: "a2e8c5d12d55e072f829bc184be03e21893cb524"
git_commit: "373be82129c13f50558c0dae25c07afe0866a8ba"
git_remote: "https://github.com/viash-hub/craftbox"
package_config:
name: "craftbox"

View File

@@ -524,9 +524,9 @@ RUN pip install --upgrade pip && \
pip install --upgrade --no-cache-dir "dnaio"
LABEL org.opencontainers.image.description="Companion container for running component csv2fasta"
LABEL org.opencontainers.image.created="2024-07-24T08:32:31Z"
LABEL org.opencontainers.image.created="2024-08-19T07:26:26Z"
LABEL org.opencontainers.image.source="https://github.com/viash-hub/craftbox"
LABEL org.opencontainers.image.revision="a2e8c5d12d55e072f829bc184be03e21893cb524"
LABEL org.opencontainers.image.revision="373be82129c13f50558c0dae25c07afe0866a8ba"
LABEL org.opencontainers.image.version="main"
VIASHDOCKER