From 43790dc1be76eb1e21e39a2de77da2232ed458b5 Mon Sep 17 00:00:00 2001 From: Elias Schneider Date: Sun, 9 Feb 2025 15:16:13 +0100 Subject: [PATCH] ci/cd: downgrade ubuntu version of Docker build action runner --- .github/workflows/build-and-push-docker-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-push-docker-image.yml b/.github/workflows/build-and-push-docker-image.yml index 1666cd1..d1b7103 100644 --- a/.github/workflows/build-and-push-docker-image.yml +++ b/.github/workflows/build-and-push-docker-image.yml @@ -6,7 +6,7 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 # Using an older version because of https://github.com/actions/runner-images/issues/11471 permissions: contents: read packages: write