fix: Update main branch workflow to use +build-images target
This commit is contained in:
parent
32092195d3
commit
8fc34f346f
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue