From 062813eb8a352dacb97d23bddcaf776b37d37ee8 Mon Sep 17 00:00:00 2001 From: Georges Basile Stavracas Neto Date: Tue, 13 Feb 2024 10:35:34 -0300 Subject: [PATCH] CI: Bump images to KDE 6.6 This should avoid a large pull on each CI run. --- .github/workflows/build-project.yaml | 2 +- .github/workflows/publish.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-project.yaml b/.github/workflows/build-project.yaml index 9f7d0e6c8..1c7d61de4 100644 --- a/.github/workflows/build-project.yaml +++ b/.github/workflows/build-project.yaml @@ -245,7 +245,7 @@ jobs: run: shell: bash container: - image: ghcr.io/flathub-infra/flatpak-github-actions:kde-6.5 + image: ghcr.io/flathub-infra/flatpak-github-actions:kde-6.6 options: --privileged steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 8604c37c8..37983a422 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -59,7 +59,7 @@ jobs: YOUTUBE_SECRET: ${{ secrets.YOUTUBE_SECRET }} YOUTUBE_SECRET_HASH: ${{ secrets.YOUTUBE_SECRET_HASH }} container: - image: ghcr.io/flathub-infra/flatpak-github-actions:kde-6.5 + image: ghcr.io/flathub-infra/flatpak-github-actions:kde-6.6 options: --privileged strategy: matrix: