From e0a7a9ac097523dd88f334b88fc17f1ef62c1035 Mon Sep 17 00:00:00 2001 From: Gerald Pinder Date: Wed, 24 Apr 2024 20:47:16 -0400 Subject: [PATCH 1/5] chore: Move recipe.yml into ./recipes to support proper caching --- {config => recipes}/recipe.yml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {config => recipes}/recipe.yml (100%) diff --git a/config/recipe.yml b/recipes/recipe.yml similarity index 100% rename from config/recipe.yml rename to recipes/recipe.yml From 93ef12154cfffa0799f8575d0a8826c9023da783 Mon Sep 17 00:00:00 2001 From: Gerald Pinder Date: Wed, 24 Apr 2024 20:50:10 -0400 Subject: [PATCH 2/5] Test against PR changes --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dfea8e4..8f6a105 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,8 @@ jobs: steps: # the build is fully handled by the reusable github action - name: Build Custom Image - uses: blue-build/github-action@v1.3 + uses: blue-build/github-action@use-new-clie-features # Replace this when dependent PR is merged + # uses: blue-build/github-action@v1.4 with: recipe: ${{ matrix.recipe }} cosign_private_key: ${{ secrets.SIGNING_SECRET }} From 236561ed28370a3dec145408df64aa53ea1f9ac8 Mon Sep 17 00:00:00 2001 From: Gerald Pinder Date: Wed, 24 Apr 2024 21:10:39 -0400 Subject: [PATCH 3/5] Test caching --- recipes/recipe.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/recipe.yml b/recipes/recipe.yml index cb72785..2215ee1 100644 --- a/recipes/recipe.yml +++ b/recipes/recipe.yml @@ -36,7 +36,7 @@ modules: # repo-name: flathub # repo-title: "Flathub (system-wide)" # Optional; this sets the remote's user-facing name in graphical frontends like GNOME Software install: - # - org.mozilla.firefox + - org.mozilla.firefox # - org.gnome.Loupe # - one.ablaze.floorp//lightning # This is an example of flatpak which has multiple branches in selection (flatpak//branch). # Flatpak runtimes are not supported (like org.winehq.Wine//stable-23.08), From ce8234f746ed1454f8d961d93b516bf062ed2a23 Mon Sep 17 00:00:00 2001 From: Gerald Pinder Date: Wed, 24 Apr 2024 21:16:45 -0400 Subject: [PATCH 4/5] Revert changes --- recipes/recipe.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/recipe.yml b/recipes/recipe.yml index 2215ee1..cb72785 100644 --- a/recipes/recipe.yml +++ b/recipes/recipe.yml @@ -36,7 +36,7 @@ modules: # repo-name: flathub # repo-title: "Flathub (system-wide)" # Optional; this sets the remote's user-facing name in graphical frontends like GNOME Software install: - - org.mozilla.firefox + # - org.mozilla.firefox # - org.gnome.Loupe # - one.ablaze.floorp//lightning # This is an example of flatpak which has multiple branches in selection (flatpak//branch). # Flatpak runtimes are not supported (like org.winehq.Wine//stable-23.08), From f351ea1a017dc4c99fe5a917153b5f9e3cc2ddf2 Mon Sep 17 00:00:00 2001 From: Gerald Pinder Date: Fri, 26 Apr 2024 15:58:50 -0400 Subject: [PATCH 5/5] Use action 1.4 --- .github/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8f6a105..fffea31 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,8 +26,7 @@ jobs: steps: # the build is fully handled by the reusable github action - name: Build Custom Image - uses: blue-build/github-action@use-new-clie-features # Replace this when dependent PR is merged - # uses: blue-build/github-action@v1.4 + uses: blue-build/github-action@v1.4 with: recipe: ${{ matrix.recipe }} cosign_private_key: ${{ secrets.SIGNING_SECRET }}