Skip to content

Commit

Permalink
Update README.md with flatpak/flatpak-github-actions
Browse files Browse the repository at this point in the history
Instead of using the action from Bilal's namespace. The images
are still pointing to Bilal's Dockerhub, but that needs porting
to GitHub Registry before updating the README.
  • Loading branch information
GeorgesStavracas authored and bilelmoussaoui committed Oct 5, 2022
1 parent 1fab754 commit 3c1615d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Flatpak Github Actions

![CI](https://github.com/bilelmoussaoui/flatpak-github-actions/workflows/CI/badge.svg)
![CI](https://github.com/flatpak/flatpak-github-actions/workflows/CI/badge.svg)

Build and deploy your Flatpak application using Github Actions

Expand Down Expand Up @@ -29,7 +29,7 @@ jobs:
options: --privileged
steps:
- uses: actions/checkout@v2
- uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v4
- uses: flatpak/flatpak-github-actions/flatpak-builder@v4
with:
bundle: palette.flatpak
manifest-path: org.gnome.zbrown.Palette.yml
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
uses: docker/setup-qemu-action@v1
with:
platforms: arm64
- uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v4
- uses: flatpak/flatpak-github-actions/flatpak-builder@v4
with:
bundle: palette.flatpak
manifest-path: org.gnome.zbrown.Palette.yml
Expand Down Expand Up @@ -159,13 +159,13 @@ jobs:
options: --privileged
steps:
- uses: actions/checkout@v2
- uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v4
- uses: flatpak/flatpak-github-actions/flatpak-builder@v4
name: "Build"
with:
bundle: palette.flatpak
manifest-path: org.gnome.zbrown.Palette.yml
cache-key: flatpak-builder-${{ github.sha }}
- uses: bilelmoussaoui/flatpak-github-actions/flat-manager@v3
- uses: flatpak/flatpak-github-actions/flat-manager@v4
name: "Deploy"
with:
repository: elementary
Expand Down

0 comments on commit 3c1615d

Please sign in to comment.