We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7384a8a commit d0f9048Copy full SHA for d0f9048
.github/workflows/build-flatpak.yaml
@@ -8,12 +8,12 @@ jobs:
8
name: "Flatpak"
9
runs-on: ubuntu-latest
10
container:
11
- image: bilelmoussaoui/flatpak-github-actions:kde-6.8
+ image: bilelmoussaoui/flatpak-github-actions:freedesktop-24.08
12
options: --privileged
13
steps:
14
- uses: actions/checkout@v4
15
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6
16
with:
17
bundle: flowkeeper.flatpak
18
manifest-path: org.flowkeeper.Flowkeeper.yaml
19
- cache-key: flatpak-builder-${{ github.sha }}
+ cache-key: flatpak-builder-${{ github.sha }}
0 commit comments