From 3f341639ce20f94e742e45652c7a74cd2ee2ab9d Mon Sep 17 00:00:00 2001 From: Artem Polishchuk Date: Mon, 4 Oct 2021 19:02:05 +0300 Subject: [PATCH] CI: Update KDE image to 5.15-21.08 (Flatpak) Update Flatpak KDE image to 5.15-21.08 in GitHub Actions. --- .github/workflows/flatpak.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/flatpak.yml b/.github/workflows/flatpak.yml index 9cf65d52f..aa33755bc 100644 --- a/.github/workflows/flatpak.yml +++ b/.github/workflows/flatpak.yml @@ -13,7 +13,7 @@ jobs: name: Bundle runs-on: [ubuntu-latest] container: - image: bilelmoussaoui/flatpak-github-actions:kde-5.15 + image: bilelmoussaoui/flatpak-github-actions:kde-5.15-21.08 options: --privileged steps: - name: 'Check for Github Labels'