fix: Update main branch workflow to use +build-images target

This commit is contained in:
Gerald Pinder 2024-10-07 16:38:24 -04:00
parent 32092195d3
commit 8fc34f346f

View file

@ -215,11 +215,11 @@ jobs:
- name: Run build
if: github.repository == 'blue-build/cli'
run: earthly --push --ci -P +build
run: earthly --push --ci -P +build-images
- name: Run build fork
if: github.repository != 'blue-build/cli'
run: earthly --ci -P +build
run: earthly --ci -P +build-images
integration-tests:
permissions: