From 0fda0ceeee0ca0a474d0e36a6c955e0a1988a5cb Mon Sep 17 00:00:00 2001 From: Andrey Borysenko Date: Mon, 7 Oct 2024 17:02:19 +0300 Subject: [PATCH] fix(ci): use ubuntu-22.04 Signed-off-by: Andrey Borysenko --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 33354a6..2f293be 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -12,7 +12,7 @@ on: jobs: push_to_registry: name: Build image - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 if: github.repository == 'nextcloud/docker-socket-proxy' permissions: packages: write