fix some docker container build pipelines #887
Annotations
1 error and 7 warnings
buildx failed with: ERROR: failed to solve: process "/bin/bash -o pipefail -c apt-get -qq update && case \"${TARGETPLATFORM}\" in 'linux/amd64') export ARCH='linux-x64' ;; esac && export URL=$(curl -sX GET https://api.github.com/repos/Ombi-app/Ombi/releases | jq -r '.[] | select(.tag_name | contains(env.VERSION)) | .assets[] | select(.browser_download_url | contains(env.ARCH)) | .browser_download_url') && curl -fsSL -o /tmp/ombi.tgz \"${URL}\" && tar ixzf /tmp/ombi.tgz -C /app && rm -rf /tmp/ombi.tgz && printf \"UpdateMethod=docker\\nPackageVersion=%s\\nPackageAuthor=[TrueCharts Project](https://truecharts.org)\" \"${VERSION}\" > /app/package_info && apt-get remove -y jq && apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false && apt-get autoremove -y && apt-get clean && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/ && chmod -R u=rwX,go=rX /app && printf \"umask %d\" \"${UMASK}\" >> /etc/bash.bashrc && update-ca-certificates" did not complete successfully: exit code: 100
|
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/
|
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/
|
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/
|
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/
|
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/
|
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/
|
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/
|
This job failed
Loading