Attempt downgrading Docker from 27 to 26

This commit is contained in:
Luke Parker
2025-08-10 11:25:41 -04:00
parent f9453b1ef4
commit 09caf1b418

View File

@@ -67,7 +67,7 @@ runs:
with: with:
rootless: true rootless: true
set-host: true set-host: true
version: type=image,tag=27.5.1 version: type=image,tag=26.1.4
if: runner.os == 'Linux' if: runner.os == 'Linux'
# - name: Cache Rust # - name: Cache Rust