From 3c1615d97895d3dbe1b1e4efe15a08a4312a4ac1 Mon Sep 17 00:00:00 2001 From: Georges Basile Stavracas Neto Date: Sat, 1 Oct 2022 16:17:35 -0300 Subject: [PATCH] Update README.md with flatpak/flatpak-github-actions 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. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8ae9976d..eb3ca8b8 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 @@ -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 @@ -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