Remove unnecessary edits to Docker config in an attempt to fix the CI

This commit is contained in:
Luke Parker
2025-08-12 01:26:40 -04:00
parent fd2d8b4f0a
commit e3809b2ff1
2 changed files with 1 additions and 2 deletions

View File

@@ -67,7 +67,6 @@ runs:
with: with:
rootless: true rootless: true
set-host: true set-host: true
version: type=archive,version=24.0.9
if: runner.os == 'Linux' if: runner.os == 'Linux'
# - name: Cache Rust # - name: Cache Rust

View File

@@ -40,7 +40,7 @@ macro_rules! serai_test {
.set_handle(handle) .set_handle(handle)
.set_start_policy(StartPolicy::Strict) .set_start_policy(StartPolicy::Strict)
.set_log_options(Some(LogOptions { .set_log_options(Some(LogOptions {
action: LogAction::ForwardToStdOut, action: LogAction::Forward,
policy: LogPolicy::Always, policy: LogPolicy::Always,
source: LogSource::Both, source: LogSource::Both,
})); }));