Build branch main with version main (5cb1323)

Build pipeline: viash-hub.demultiplex.main-6d5fm

Source commit: 5cb13230bf

Source message: Add resource labels to workflows. (#22)

* Add resource labels to workflows.

* Add CHANGELOG entry
This commit is contained in:
CI
2024-11-06 17:52:30 +00:00
parent 0e5d645386
commit 304b1d24b3
19 changed files with 125 additions and 92 deletions

View File

@@ -141,9 +141,9 @@ build_info:
output: "target/executable/io/interop_summary_to_csv"
executable: "target/executable/io/interop_summary_to_csv/interop_summary_to_csv"
viash_version: "0.9.0"
git_commit: "a311a12056e0dbcfa8103ab0a4f6c7350f2f4c4e"
git_remote: "https://x-access-token:ghs_I5gscIGc0N3NRaJ8ljNMSCb4w56xXA2xlViM@github.com/viash-hub/demultiplex"
git_tag: "v0.1.1-2-ga311a12"
git_commit: "5cb13230bf682321226addce896a3015e8864913"
git_remote: "https://x-access-token:ghs_x4A4kChpmjRCoWA3E68PwNsGJxIsF40DBeTf@github.com/viash-hub/demultiplex"
git_tag: "v0.1.1-3-g5cb1323"
package_config:
name: "demultiplex"
version: "main"

View File

@@ -470,9 +470,9 @@ tar -C /tmp/ --no-same-owner --no-same-permissions -xvf /tmp/interop.tar.gz && \
mv /tmp/interop-1.3.1-Linux-GNU/bin/index-summary /tmp/interop-1.3.1-Linux-GNU/bin/summary /usr/local/bin/
LABEL org.opencontainers.image.description="Companion container for running component io interop_summary_to_csv"
LABEL org.opencontainers.image.created="2024-10-08T12:19:34Z"
LABEL org.opencontainers.image.created="2024-11-06T17:42:24Z"
LABEL org.opencontainers.image.source="https://github.com/viash-hub/demultiplex"
LABEL org.opencontainers.image.revision="a311a12056e0dbcfa8103ab0a4f6c7350f2f4c4e"
LABEL org.opencontainers.image.revision="5cb13230bf682321226addce896a3015e8864913"
LABEL org.opencontainers.image.version="main"
VIASHDOCKER

View File

@@ -148,9 +148,9 @@ build_info:
output: "target/executable/io/untar"
executable: "target/executable/io/untar/untar"
viash_version: "0.9.0"
git_commit: "a311a12056e0dbcfa8103ab0a4f6c7350f2f4c4e"
git_remote: "https://x-access-token:ghs_I5gscIGc0N3NRaJ8ljNMSCb4w56xXA2xlViM@github.com/viash-hub/demultiplex"
git_tag: "v0.1.1-2-ga311a12"
git_commit: "5cb13230bf682321226addce896a3015e8864913"
git_remote: "https://x-access-token:ghs_x4A4kChpmjRCoWA3E68PwNsGJxIsF40DBeTf@github.com/viash-hub/demultiplex"
git_tag: "v0.1.1-3-g5cb1323"
package_config:
name: "demultiplex"
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 io untar"
LABEL org.opencontainers.image.created="2024-10-08T12:19:34Z"
LABEL org.opencontainers.image.created="2024-11-06T17:42:24Z"
LABEL org.opencontainers.image.source="https://github.com/viash-hub/demultiplex"
LABEL org.opencontainers.image.revision="a311a12056e0dbcfa8103ab0a4f6c7350f2f4c4e"
LABEL org.opencontainers.image.revision="5cb13230bf682321226addce896a3015e8864913"
LABEL org.opencontainers.image.version="main"
VIASHDOCKER