ci: use debian runner image
This commit is contained in:
parent
948294ae2f
commit
cc6dcd8aa3
1 changed files with 3 additions and 3 deletions
|
@ -8,7 +8,7 @@ env:
|
|||
|
||||
jobs:
|
||||
pre-run:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: runner-latest
|
||||
steps:
|
||||
- uses: https://forge.karnov.club/marc/push-status-to-discord-action@main
|
||||
with:
|
||||
|
@ -17,7 +17,7 @@ jobs:
|
|||
init: true
|
||||
build-images:
|
||||
needs: [pre-run]
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: runner-latest
|
||||
strategy:
|
||||
matrix:
|
||||
image-name: ['ubuntu-2204', 'debian-12.6-slim']
|
||||
|
@ -44,7 +44,7 @@ jobs:
|
|||
podman push ${{ steps.image-metadata.outputs.full-image-name }} ${{ env.REGISTRY_ENDPOINT }}/forge-runners/${{ steps.image-metadata.outputs.full-image-name }}
|
||||
podman push ${{ steps.image-metadata.outputs.full-image-name }} ${{ env.REGISTRY_ENDPOINT }}/forge-runners/${{ matrix.image-name }}:latest
|
||||
post-run:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: runner-latest
|
||||
needs: [build-images]
|
||||
steps:
|
||||
- uses: https://forge.karnov.club/marc/push-status-to-discord-action@main
|
||||
|
|
Loading…
Reference in a new issue