Build branch update_ci with version update_ci (4c0101e)

Build pipeline: viash-hub.toolbox.update-ci-5qlws

Source commit: 4c0101eb6d

Source message: skip if no resources are found
This commit is contained in:
CI
2024-07-04 14:19:21 +00:00
parent ec248d4290
commit aeda1fe873
8 changed files with 10 additions and 10 deletions

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: "cdc9bd205b7eba68b5369160d7d76ca7a2ebbdcd"
git_commit: "4c0101eb6d85418bac07d8fe52b5cbfa11821fbc"
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-07-04T14:09:11Z"
LABEL org.opencontainers.image.created="2024-07-04T14:16:40Z"
LABEL org.opencontainers.image.source="https://github.com/mikefarah/yq"
LABEL org.opencontainers.image.revision="cdc9bd205b7eba68b5369160d7d76ca7a2ebbdcd"
LABEL org.opencontainers.image.revision="4c0101eb6d85418bac07d8fe52b5cbfa11821fbc"
LABEL org.opencontainers.image.version="update_ci"
VIASHDOCKER