diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index c7ac7df..a8664ec 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -51,6 +51,10 @@ jobs: packages: org.kde.Platform//6.6 org.kde.Sdk//6.6 remote: flathub + - name: kde-6.7 + packages: org.kde.Platform//6.7 org.kde.Sdk//6.7 + remote: flathub + services: registry: image: registry:latest diff --git a/README.md b/README.md index 10670e6..3d5141f 100644 --- a/README.md +++ b/README.md @@ -204,3 +204,4 @@ You can specify the specific runtime you need to use through the image tags: | KDE | 5.15-23.08 | `kde-5.15-23.08` | `image: ghcr.io/flathub-infra/flatpak-github-actions:kde-5.15-23.08` | | KDE | 6.5 | `kde-6.5` | `image: ghcr.io/flathub-infra/flatpak-github-actions:kde-6.5` | | KDE | 6.6 | `kde-6.6` | `image: ghcr.io/flathub-infra/flatpak-github-actions:kde-6.6` | +| KDE | 6.7 | `kde-6.7` | `image: ghcr.io/flathub-infra/flatpak-github-actions:kde-6.7` |