Build branch main with version main (60ef248)

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

Source commit: 60ef248919

Source message: Update CHANGELOG.md
This commit is contained in:
CI
2025-04-08 07:09:35 +00:00
parent 3f8933e831
commit a00de2933b
25 changed files with 5524 additions and 23 deletions

View File

@@ -147,8 +147,9 @@ build_info:
output: "target/executable/untar"
executable: "target/executable/untar/untar"
viash_version: "0.9.0"
git_commit: "3fecd6a214295592c65d5ef03b8b7115867f8752"
git_commit: "60ef248919e5cd76b6541c2850af662b5b3b29fd"
git_remote: "https://github.com/viash-hub/craftbox"
git_tag: "v0.1.0-2-g60ef248"
package_config:
name: "craftbox"
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 untar"
LABEL org.opencontainers.image.created="2024-09-12T15:58:07Z"
LABEL org.opencontainers.image.created="2025-04-08T07:02:16Z"
LABEL org.opencontainers.image.source="https://github.com/viash-hub/craftbox"
LABEL org.opencontainers.image.revision="3fecd6a214295592c65d5ef03b8b7115867f8752"
LABEL org.opencontainers.image.revision="60ef248919e5cd76b6541c2850af662b5b3b29fd"
LABEL org.opencontainers.image.version="main"
VIASHDOCKER