actions: Use GNOME nightly repo and rename to nightly

Rename flatpak-testing into flatpak-nightly so it reflects that it uses GNOME nightly sources now and builds itself every night (with nightly gstreamer too).
This commit is contained in:
Rafał Dzięgiel
2021-08-27 15:56:27 +02:00
parent 16a9546c97
commit 9e8854c5e2

21
.github/workflows/flatpak-nightly.yml vendored Normal file
View File

@@ -0,0 +1,21 @@
on:
schedule:
- cron: "0 0 * * *"
name: "Flatpak Nightly"
jobs:
flatpak:
name: "Flatpak"
runs-on: ubuntu-latest
container:
image: bilelmoussaoui/flatpak-github-actions:gnome-nightly
options: --privileged
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v4
name: "Build"
with:
bundle: com.github.rafostar.Clapper.flatpak
manifest-path: pkgs/flatpak/com.github.rafostar.Clapper-testing.json
cache-key: flatpak-builder-${{ github.sha }}-testing-${{ github.run_number }}