Update Dockerfile to 14.0.4 #30
Annotations
1 error and 1 warning
tag-and-publish
buildx failed with: ERROR: failed to solve: process "/bin/sh -c if [ \"$TARGETARCH\" = \"amd64\" ]; then curl -sSL \"${TOR_GPG_KEY_X64}\" | gpg --import - && gpg --output ./tor.keyring --export \"${TOR_FINGERPRINT_X64}\" && gpgv --keyring ./tor.keyring \"${TOR_SIGNATURE_X64##*/}\" \"${TOR_BINARY_X64##*/}\"; elif [ \"$TARGETARCH\" = \"arm64\" ]; then curl -sSL \"${TOR_GPG_KEY_ARM64}\" | gpg --import - && gpg --output ./tor.keyring --export \"${TOR_FINGERPRINT_ARM64}\" && gpgv --keyring ./tor.keyring \"${TOR_SIGNATURE_ARM64##*/}\" \"${TOR_BINARY_ARM64##*/}\"; else echo \"CRITICAL: Architecture '${TARGETARCH}' not in [amd64, arm64]\" && exit 1; fi" did not complete successfully: exit code: 2
|
tag-and-publish
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|