Revert Ubuntu 22.04 to 20.04

This commit is contained in:
Uruk 2024-03-04 02:58:06 +01:00
parent 657a2c0a55
commit 4867e40dfd

View file

@ -35,7 +35,7 @@ jobs:
with:
context: .github/workflows/
tags: ${{ matrix.image }}:build
build-args: IMAGE=${{ matrix.image }}:22.04
build-args: IMAGE=${{ matrix.image }}:20.04
cache-from: type=gha,scope=${{ matrix.image }}
cache-to: type=gha,scope=${{ matrix.image }},mode=max
load: true