chore: Build with priveleged

This commit is contained in:
Gerald Pinder 2024-06-04 14:20:06 -04:00
parent 6945915d4e
commit dcbccb602d

View file

@ -137,7 +137,7 @@ jobs:
- name: Run build
if: github.repository == 'blue-build/cli'
run: earthly --push --ci +build
run: earthly --push --ci -P +build
- name: Run build fork
if: github.repository != 'blue-build/cli'