fix: Pull extra akmods image too (#169)
Adds the new `-extra` image from akmods image
This commit is contained in:
parent
92150693d4
commit
3898202bc3
6 changed files with 35 additions and 15 deletions
12
.github/workflows/build-pr.yml
vendored
12
.github/workflows/build-pr.yml
vendored
|
|
@ -37,7 +37,9 @@ jobs:
|
|||
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ github.event.pull_request.ref }}
|
||||
fetch-depth: 0
|
||||
ref: ${{github.event.pull_request.head.ref}}
|
||||
repository: ${{github.event.pull_request.head.repo.full_name}}
|
||||
|
||||
- name: Login to GitHub Container Registry
|
||||
uses: docker/login-action@v3
|
||||
|
|
@ -86,7 +88,9 @@ jobs:
|
|||
# Setup repo and add caching
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ github.event.pull_request.ref }}
|
||||
fetch-depth: 0
|
||||
ref: ${{github.event.pull_request.head.ref}}
|
||||
repository: ${{github.event.pull_request.head.repo.full_name}}
|
||||
|
||||
- name: Run integration tests
|
||||
run: earthly --ci -P ./integration-tests+all
|
||||
|
|
@ -125,7 +129,9 @@ jobs:
|
|||
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ github.event.pull_request.ref }}
|
||||
fetch-depth: 0
|
||||
ref: ${{github.event.pull_request.head.ref}}
|
||||
repository: ${{github.event.pull_request.head.repo.full_name}}
|
||||
|
||||
- name: Install bluebuild
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue