fix: Pull extra akmods image too (#169)

Adds the new `-extra` image from akmods image
This commit is contained in:
Gerald Pinder 2024-04-27 15:01:06 -04:00 committed by GitHub
parent 92150693d4
commit 3898202bc3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 35 additions and 15 deletions

View file

@ -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: |