infra: use login shell by default
All checks were successful
Gentoo Utils / build-oci-image (push) Successful in 4m4s
Gentoo Utils / check-format (push) Successful in 7s
Gentoo Utils / docs (push) Successful in 10s
Gentoo Utils / build (push) Successful in 20s
Gentoo Utils / test (push) Successful in 29s

this way /etc/profile will be sourced when entering the container
This commit is contained in:
2025-12-12 22:32:33 -06:00
parent 7975e32f56
commit 0be4cd65a7

View File

@@ -2,6 +2,9 @@ name: Gentoo Utils
on: [push]
defaults:
run:
shell: bash -l {0}
jobs:
build-oci-image:
runs-on: ubuntu-latest