Merge pull request #866 from thewtex/build-image

ci: use versioned build image
This commit is contained in:
Matt McCormick 2025-02-12 10:22:25 -05:00 committed by GitHub
commit 0ee58e2d4d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@ on:
jobs:
base:
name: base
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: checkout code
uses: actions/checkout@v4
@ -55,7 +55,7 @@ jobs:
image:
name: ${{ matrix.arch_name.image }}
needs: base
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
env:
OCI_EXE: docker
strategy: