Build branch update_ci with version update_ci (cdc9bd2)

Build pipeline: viash-hub.toolbox.update-ci-z7d6n

Source commit: cdc9bd205b

Source message: update pr number
This commit is contained in:
CI
2024-07-04 14:12:58 +00:00
parent c326eda008
commit ec248d4290
9 changed files with 11 additions and 11 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: "9058ccc47a4b31555c26eac457dc5a4d81874715"
git_commit: "cdc9bd205b7eba68b5369160d7d76ca7a2ebbdcd"
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:07:47Z"
LABEL org.opencontainers.image.created="2024-07-04T14:09:11Z"
LABEL org.opencontainers.image.source="https://github.com/mikefarah/yq"
LABEL org.opencontainers.image.revision="9058ccc47a4b31555c26eac457dc5a4d81874715"
LABEL org.opencontainers.image.revision="cdc9bd205b7eba68b5369160d7d76ca7a2ebbdcd"
LABEL org.opencontainers.image.version="update_ci"
VIASHDOCKER