Docker #29
docker-publish-main-qt6.yml
on: schedule
Push Docker image to multiple registries
8m 9s
Annotations
1 error and 1 warning
Push Docker image to multiple registries
buildx failed with: ERROR: failed to solve: process "/bin/sh -c if [ \"${QBT_VERSION}\" = \"devel\" ]; then git clone --depth 1 --recurse-submodules https://github.com/qbittorrent/qBittorrent.git && cd qBittorrent ; else wget \"https://github.com/qbittorrent/qBittorrent/archive/refs/tags/release-${QBT_VERSION}.tar.gz\" && tar -xf \"release-${QBT_VERSION}.tar.gz\" && cd \"qBittorrent-release-${QBT_VERSION}\" ; fi && cmake -B build -G Ninja -DCMAKE_CXX_STANDARD=17 -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX=/usr -DGUI=OFF -DQT6=$([ \"${QT_VERSION}\" = \"6\" ] && echo -n \"ON\" || echo -n \"OFF\") && cmake --build build -j $(nproc) && cmake --install build" did not complete successfully: exit code: 1
|
Push Docker image to multiple registries
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|