turn on logging by default (to /var/log/caddy/access.log) #15
Annotations
1 error and 1 warning
docker
buildx failed with: ERROR: failed to solve: process "/bin/sh -c apt-get -yqq update && apt-get -yqq --no-install-recommends install zsh sudo rsync dnsutils supervisor curl wget iproute2 apt-transport-https ca-certificates software-properties-common gpgv2 gpg-agent && wget -O- https://apt.releases.hashicorp.com/gpg | gpg --dearmor -o ${KEY_HASHI} && echo \"deb [signed-by=${KEY_HASHI}] https://apt.releases.hashicorp.com $(lsb_release -cs) main\" >| /etc/apt/sources.list.d/hashicorp.list && apt-get -yqq update && apt-get -yqq install nomad consul consul-template && curl -1sLf 'https://dl.cloudsmith.io/public/caddy/stable/gpg.key' | gpg --dearmor -o /usr/share/keyrings/caddy-stable-archive-keyring.gpg && curl -1sLf 'https://dl.cloudsmith.io/public/caddy/stable/debian.deb.txt' >| /etc/apt/sources.list.d/caddy-stable.list && apt-get -yqq update && apt-get -yqq install caddy && mkdir -p /var/lib/caddy && chown caddy /var/lib/caddy" did not complete successfully: exit code: 100
|
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/
|