From 7f4cf83a04d221f02c9cad02811555d82f293838 Mon Sep 17 00:00:00 2001 From: Lukasz Klimek <842586+lklimek@users.noreply.github.com> Date: Wed, 21 Aug 2024 18:17:02 +0200 Subject: [PATCH] chore: test image change --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f8cbf8881b0..2239cc02861 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ concurrency: jobs: calc_tags: name: Calculate tags - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: Set Docker tags and labels from image id: docker_meta