Build & Push Docker Image #687
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
docker-publish.yml
on: schedule
test
1m 19s
push-to-github-packages
11m 46s
push-to-docker-hub
6m 56s
Annotations
1 error
push-to-docker-hub
buildx failed with: ERROR: failed to solve: process "/bin/sh -c RUNNER_VERSION=$(curl https://api.github.com/repos/actions/runner/releases | jq '.[0].name') && RUNNER_VERSION=$(echo $RUNNER_VERSION | sed 's/\"//g') && RUNNER_VERSION=$(echo $RUNNER_VERSION | sed 's/v//g') && KERNEL_VERSION=$(uname -m) && KERNEL_VERSION=$(echo $KERNEL_VERSION | sed 's/86_//g') && KERNEL_VERSION=$(echo $KERNEL_VERSION | sed 's/v6l//g') && KERNEL_VERSION=$(echo $KERNEL_VERSION | sed 's/v7l//g') && KERNEL_VERSION=$(echo $KERNEL_VERSION | sed 's/v8l//g') && KERNEL_VERSION=$(echo $KERNEL_VERSION | sed 's/aarch64/arm64/g') && curl -O -L https://github.com/actions/runner/releases/download/v$RUNNER_VERSION/actions-runner-linux-$KERNEL_VERSION-$RUNNER_VERSION.tar.gz && tar xzf ./actions-runner-linux-$KERNEL_VERSION-$RUNNER_VERSION.tar.gz && rm -f ./actions-runner-linux-$KERNEL_VERSION-$RUNNER_VERSION.tar.gz" did not complete successfully: exit code: 5
|