commit:     766a512feb3bca85d6260807c6f81cae2b569e1d
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  3 15:31:00 2026 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Jan  3 15:32:34 2026 +0000
URL:        
https://gitweb.gentoo.org/proj/pkgcore/pkgcore.git/commit/?id=766a512f

ci: run gentoo-regen in gentoo container image

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 .github/workflows/test.yml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 3083f049..03b004c2 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -163,6 +163,8 @@ jobs:
         args: "format --check --diff"
 
   gentoo-regen:
+    container:
+      image: docker.io/gentoo/stage3:latest
     runs-on: ubuntu-latest
     continue-on-error: true # This job currently fails with ubuntu's bash 5.3
     steps:
@@ -172,9 +174,6 @@ jobs:
         artifact-id: ${{ inputs.release-artifact-id }}
         path: pkgcore
 
-    - name: Install bash 5.3
-      uses: pkgcore/gh-actions/bash-5.3@main
-
     - name: Checkout gentoo
       uses: actions/checkout@v4
       with:

Reply via email to