Build branch main with version main (9ca16ea)

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

Source commit: 9ca16ea58d

Source message: add publish component (#10)

* add publish component

* update changleog

* update changelog

* address pr comments

* update test

* Update src/move_files_to_directory/config.vsh.yaml

Co-authored-by: Dries Schaumont <5946712+DriesSchaumont@users.noreply.github.com>

* Update CHANGELOG.md

Co-authored-by: Dries Schaumont <5946712+DriesSchaumont@users.noreply.github.com>

---------

Co-authored-by: Dries Schaumont <5946712+DriesSchaumont@users.noreply.github.com>
This commit is contained in:
CI
2025-05-02 09:40:37 +00:00
parent 953f3df186
commit 1a32cb3ec3
28 changed files with 5644 additions and 38 deletions

View File

@@ -257,9 +257,9 @@ build_info:
output: "target/executable/csv2fasta"
executable: "target/executable/csv2fasta/csv2fasta"
viash_version: "0.9.3"
git_commit: "8f9353f15e4d6952eca57e896f962a60b42b0a3c"
git_commit: "9ca16ea58d5f010e31714265802c016280594624"
git_remote: "https://github.com/viash-hub/craftbox"
git_tag: "v0.1.0-4-g8f9353f"
git_tag: "v0.1.0-5-g9ca16ea"
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-04-08T07:49:56Z"
LABEL org.opencontainers.image.created="2025-05-02T09:33:24Z"
LABEL org.opencontainers.image.source="https://github.com/viash-hub/craftbox"
LABEL org.opencontainers.image.revision="8f9353f15e4d6952eca57e896f962a60b42b0a3c"
LABEL org.opencontainers.image.revision="9ca16ea58d5f010e31714265802c016280594624"
LABEL org.opencontainers.image.version="main"
VIASHDOCKER