Build and deploy docker images #870
Annotations
1 error and 1 warning
Build and push
buildx failed with: ERROR: failed to solve: process "/bin/bash -o pipefail -c wget -q https://github.com/element-hq/synapse/archive/develop.tar.gz -O /synapse.tar.gz && mkdir /synapse && tar -C /synapse --strip-components=1 -xf synapse.tar.gz && ln -s -T /venv /synapse/.venv && cd /synapse && poetry install -q --no-root --extras all && rm -rf `poetry config cache-dir` && rm -rf /synapse && rm /synapse.tar.gz" did not complete successfully: exit code: 1
|
The following actions use a deprecated Node.js version and will be forced to run on node20: docker/setup-qemu-action@v2, docker/setup-buildx-action@v2, docker/login-action@v2, docker/build-push-action@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading