1 parent 445da83 commit d690079Copy full SHA for d690079
1 file changed
.github/workflows/flatpak.yml
@@ -8,16 +8,15 @@ on:
8
9
jobs:
10
flatpak:
11
- name: Flatpak
+ name: "Flatpak"
12
runs-on: ubuntu-latest
13
container:
14
- image: bilelmoussaoui/flatpak-github-actions:gnome-48
+ image: ghcr.io/flathub-infra/flatpak-github-actions:gnome-48
15
options: --privileged
16
steps:
17
- - uses: actions/checkout@v3.0.2
18
- - uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v4
+ - uses: actions/checkout@v4
+ - uses: flatpak/flatpak-github-actions/flatpak-builder@v6
19
with:
20
manifest-path: com.github.lachhebo.Gabtag.Devel.json
21
bundle: com.github.lachhebo.Gabtag.Devel.flatpak
22
- run-tests: true
23
- cache-key: flatpak-builder-${{ github.sha }}
+ cache-key: flatpak-builder-${{ github.sha }}
0 commit comments