Skip to content

Build and push Docker image #162

Build and push Docker image

Build and push Docker image #162

Triggered via schedule November 18, 2024 09:36
Status Failure
Total duration 6m 4s
Billable time 6m
Artifacts

docker-push.yml

on: schedule
Fit to window
Zoom out
Zoom in

Annotations

1 error
push
buildx failed with: ERROR: failed to solve: process "/bin/bash -o pipefail -c set -eux; curl -fsSL https://github.com/jeremylong/DependencyCheck/releases/download/v${DEPENDENCY_CHECK_VERSION}/dependency-check-${DEPENDENCY_CHECK_VERSION}-release.zip --output dependency-check.zip ; unzip dependency-check.zip; printf '%s\\n%s\\n%s' '#!/bin/bash' 'cd /dependencies/dependency-check/bin/' './dependency-check.sh \"$@\"' > /usr/local/bin/dependency-check ; chmod +x /usr/local/bin/dependency-check; rm dependency-check.zip; (if [ -d cache/dependency-check ]; then cp -r cache/dependency-check/ dependency-check/data/; fi); dependency-check --updateonly" did not complete successfully: exit code: 8