fix(deps): update module github.com/onsi/ginkgo to v2 #933
Annotations
1 error and 2 warnings
Build and upload docker image to job artifact
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -eux; git clone https://github.com/MindFlavor/prometheus_wireguard_exporter.git . ; if [ \"$TARGETPLATFORM\" = \"linux/amd64\" ] ; then cargo build --release ; cp ./target/release/prometheus_wireguard_exporter . ; else if [ \"$TARGETPLATFORM\" = \"linux/arm64\" ] ; then rustup target add aarch64-unknown-linux-gnu ; rustup toolchain install stable-aarch64-unknown-linux-gnu ; cargo build --target aarch64-unknown-linux-gnu --release ; cp ./target/aarch64-unknown-linux-gnu/release/prometheus_wireguard_exporter . ; else echo \"$TARGETPLATFORM not supported yet.\" ; exit 1 ; fi ; fi ;" did not complete successfully: exit code: 128
|
Post Build and upload docker image to job artifact
Failed to CreateArtifact: Unable to make request: ETIMEDOUT
If you are using self-hosted runners, please make sure your runner has access to all GitHub endpoints: https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners#communication-between-self-hosted-runners-and-github
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "images".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Loading