ci: fix jobs not exiting on failure

This commit is contained in:
2025-12-13 21:45:52 -06:00
parent 104cb98d9e
commit e12212cd2c

View File

@@ -4,7 +4,7 @@ on: [push]
defaults:
run:
shell: bash -l {0}
shell: bash -le -o pipefail {0}
jobs:
build-oci-image: