We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38a2ff4 commit 420088fCopy full SHA for 420088f
.github/workflows/build_flatpak.yml
@@ -8,11 +8,11 @@ jobs:
8
name: "build-packages"
9
runs-on: ubuntu-latest
10
container:
11
- image: bilelmoussaoui/flatpak-github-actions:gnome-47
+ image: ghcr.io/flathub-infra/flatpak-github-actions:gnome-47
12
options: --privileged
13
steps:
14
- uses: actions/checkout@v4
15
- - uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v6
+ - uses: flathub-infra/flatpak-github-actions/flatpak-builder@master
16
with:
17
bundle: bottles.flatpak
18
manifest-path: build-aux/com.usebottles.bottles.Devel.json
0 commit comments