Build branch main with version main (a80fa3e)

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

Source commit: a80fa3ef02

Source message: `move_files_to_directory`: add support for preserving symbolic links (#13)
This commit is contained in:
CI
2025-06-25 13:27:43 +00:00
parent 8ac9838721
commit dcf61f0448
29 changed files with 503 additions and 646 deletions

View File

@@ -257,9 +257,9 @@ build_info:
output: "target/executable/csv2fasta"
executable: "target/executable/csv2fasta/csv2fasta"
viash_version: "0.9.4"
git_commit: "1c2d4e90541ed3c2e04a2633db86413b2548ab10"
git_commit: "a80fa3ef020f8124bc50d5fb85f2bdbc65235005"
git_remote: "https://github.com/viash-hub/craftbox"
git_tag: "v0.1.0-6-g1c2d4e9"
git_tag: "v0.1.0-7-ga80fa3e"
package_config:
name: "craftbox"
version: "main"

View File

@@ -458,9 +458,9 @@ RUN pip install --upgrade pip && \
LABEL org.opencontainers.image.authors="Dries Schaumont, Robrecht Cannoodt"
LABEL org.opencontainers.image.description="Companion container for running component csv2fasta"
LABEL org.opencontainers.image.created="2025-05-07T13:45:23Z"
LABEL org.opencontainers.image.created="2025-06-25T13:20:53Z"
LABEL org.opencontainers.image.source="https://github.com/viash-hub/craftbox"
LABEL org.opencontainers.image.revision="1c2d4e90541ed3c2e04a2633db86413b2548ab10"
LABEL org.opencontainers.image.revision="a80fa3ef020f8124bc50d5fb85f2bdbc65235005"
LABEL org.opencontainers.image.version="main"
VIASHDOCKER