Skip to content

Fix typo

Fix typo #51

Triggered via push February 10, 2024 12:25
Status Failure
Total duration 8m 16s
Artifacts

ci.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
CI
buildx failed with: ERROR: failed to solve: process "/bin/sh -c awk '$0 !~ /^#/ {print $1}' .tool-versions|xargs -I{} asdf plugin add {} && asdf install && asdf reshim" did not complete successfully: exit code: 1
[hadolint] Dockerfile#L32 <DL4006>(https://github.com/hadolint/hadolint/wiki/DL4006): Dockerfile#L32
Set the SHELL option -o pipefail before RUN with a pipe in it. If you are using /bin/sh in an alpine image or if your shell is symlinked to busybox then consider explicitly setting your SHELL to /bin/ash, or disable this check