Bump docker/build-push-action from 3 to 5 (#1) #4
ci.yml
on: push
build-edge
/
build
50s
checks
10s
build-pr
/
build
build-tag
/
build
Annotations
1 error and 2 warnings
build-edge / build
buildx failed with: ERROR: failed to solve: process "/bin/sh -c curl -fLo kubelogin.zip https://github.com/Azure/kubelogin/releases/download/${KUBELOGIN_TAG}/kubelogin-${TARGETOS}-${TARGETARCH}.zip && unzip kubelogin.zip && find bin -name kubelogin -type f -exec mv {} /usr/local/bin/kubelogin \\; && chmod +x /usr/local/bin/kubelogin && curl -fLo /usr/local/bin/dumb-init \"https://github.com/Yelp/dumb-init/releases/download/v${DUMB_INIT_VERSION}/dumb-init_${DUMB_INIT_VERSION}_x86_64\" && chmod +x /usr/local/bin/dumb-init && curl -fLo /usr/local/bin/kubectl \"https://dl.k8s.io/release/$(test ! -z \"${KUBECTL_VERSION}\" && echo ${KUBECTL_VERSION} || curl -L -s https://dl.k8s.io/release/stable.txt)/bin/${TARGETOS}/${TARGETARCH}/kubectl\" && chmod +x /usr/local/bin/kubectl" did not complete successfully: exit code: 22
|
build-edge / build
No Docker image version has been generated. Check tags input.
|
build-edge / build
No Docker tag has been generated. Check tags input.
|