Add kuttl #15
Annotations
1 error and 3 warnings
docker
buildx failed with: ERROR: failed to solve: process "/bin/sh -c . /envfile && echo $ARCH && latest_release=$(curl -s https://api.github.com/repos/kubernetes-sigs/kustomize/releases/latest) && download_url=$(echo \"$latest_release\" | grep \"browser_download_url\" | grep linux_${ARCH} | cut -d '\"' -f 4) && echo fetching ${download_url} && curl -sLO ${download_url} && mv kustomize*.tar.gz kustomize.tgz && tar xvzf kustomize.tgz && mv kustomize /usr/bin/kustomize && chmod +x /usr/bin/kustomize && rm kustomize.tgz" did not complete successfully: exit code: 2
|
docker
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, docker/setup-qemu-action@v2, actions/cache@v3, docker/login-action@v2, docker/build-push-action@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
docker
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
docker
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|