Skip to content

Fix typo

Fix typo #50

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

ci.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error, 1 warning, and 1 notice
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