ci: use imagefactory runner
Some checks failed
/ post-run (push) Has been skipped
/ pre-run (push) Successful in 51s
/ build-images (debian-12.6-slim) (push) Failing after 1m35s

This commit is contained in:
Marc 2024-11-06 19:31:22 -05:00
parent 3cce76e206
commit 3d890d7e2f
Signed by: marc
GPG key ID: 048E042F22B5DC79

View file

@ -8,7 +8,7 @@ env:
jobs:
pre-run:
runs-on: ubuntu-latest
runs-on: imagefactory-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: imagefactory-latest
strategy:
matrix:
image-name: ['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: imagefactory-latest
needs: [build-images]
steps:
- uses: https://forge.karnov.club/marc/push-status-to-discord-action@main