Build branch main with version main (3eff836)

Build pipeline: viash-hub.toolbox.main-pb5nx

Source commit: 3eff836ca9

Source message: Merge pull request #5 from viash-hub/dependabot/github_actions/viash-io/viash-actions-6

Bump viash-io/viash-actions from 5 to 6
This commit is contained in:
CI
2024-07-01 09:07:56 +00:00
parent f1307f7487
commit abe5837cb5
8 changed files with 10 additions and 10 deletions

View File

@@ -225,7 +225,7 @@ build_info:
output: "target/executable/bgzip"
executable: "target/executable/bgzip/bgzip"
viash_version: "0.9.0-RC6"
git_commit: "73b07a96e07de3b4429499795ef9fee678a96366"
git_commit: "3eff836ca92b6e13debba8436ad5a484790f8c90"
git_remote: "https://github.com/viash-hub/toolbox"
package_config:
name: "toolbox"

View File

@@ -508,9 +508,9 @@ ENTRYPOINT []
RUN bgzip -h | grep 'Version:' 2>&1 | sed 's/Version:\s\(.*\)/bgzip: "\1"/' > /var/software_versions.txt
LABEL org.opencontainers.image.description="Companion container for running component bgzip"
LABEL org.opencontainers.image.created="2024-06-25T12:35:57Z"
LABEL org.opencontainers.image.created="2024-07-01T09:02:42Z"
LABEL org.opencontainers.image.source="https://github.com/samtools/htslib"
LABEL org.opencontainers.image.revision="73b07a96e07de3b4429499795ef9fee678a96366"
LABEL org.opencontainers.image.revision="3eff836ca92b6e13debba8436ad5a484790f8c90"
LABEL org.opencontainers.image.version="main"
VIASHDOCKER

View File

@@ -249,7 +249,7 @@ build_info:
output: "target/executable/yq"
executable: "target/executable/yq/yq"
viash_version: "0.9.0-RC6"
git_commit: "73b07a96e07de3b4429499795ef9fee678a96366"
git_commit: "3eff836ca92b6e13debba8436ad5a484790f8c90"
git_remote: "https://github.com/viash-hub/toolbox"
package_config:
name: "toolbox"

View File

@@ -490,9 +490,9 @@ RUN apk add --no-cache bash yq-go
RUN /usr/bin/yq --version | sed 's/.*version\sv\(.*\)/yq: "\1"/' > /var/software_versions.txt
LABEL org.opencontainers.image.description="Companion container for running component yq"
LABEL org.opencontainers.image.created="2024-06-25T12:35:58Z"
LABEL org.opencontainers.image.created="2024-07-01T09:02:43Z"
LABEL org.opencontainers.image.source="https://github.com/mikefarah/yq"
LABEL org.opencontainers.image.revision="73b07a96e07de3b4429499795ef9fee678a96366"
LABEL org.opencontainers.image.revision="3eff836ca92b6e13debba8436ad5a484790f8c90"
LABEL org.opencontainers.image.version="main"
VIASHDOCKER