From 0be4cd65a7dc7fbadd1e8b13e4a1ec030045e68f Mon Sep 17 00:00:00 2001 From: penguin Date: Fri, 12 Dec 2025 22:32:33 -0600 Subject: [PATCH] infra: use login shell by default this way /etc/profile will be sourced when entering the container --- .gitea/workflows/gentoo-utils.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/gentoo-utils.yml b/.gitea/workflows/gentoo-utils.yml index 85591aa..fbac865 100644 --- a/.gitea/workflows/gentoo-utils.yml +++ b/.gitea/workflows/gentoo-utils.yml @@ -2,6 +2,9 @@ name: Gentoo Utils on: [push] +defaults: + run: + shell: bash -l {0} jobs: build-oci-image: runs-on: ubuntu-latest