Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
github workflows 에서 도커 이미지 빌드 시 나오는 오류
COPY --link --chown=user /usr/bin/tini /usr/bin/tini
문자를 숫자형태로 변경
COPY --link --from=builder --chown=${UID}:${GID} /usr/bin/tini /usr/bin/tini
관련 이슈 https://github.com/docker/buildx/issues/1526