build: Set correct runner label
Some checks failed
build-image / Semantic Release (Dry-run) (push) Failing after 3m3s
build-image / Build image (push) Has been skipped

This commit is contained in:
2025-07-25 15:13:48 +10:00
parent 28ff3b3805
commit 5be6455b3a

View File

@ -4,7 +4,7 @@ on: [push]
jobs:
semrel_dryrun:
name: Semantic Release (Dry-run)
runs-on: gitea-actions-act-runner-0
runs-on: ubuntu-latest
outputs:
version: ${{ steps.sem_rel.outputs.version }}
steps:
@ -45,7 +45,7 @@ jobs:
build_image:
name: Build image
runs-on: gitea-actions-act-runner-0
runs-on: ubuntu-latest
needs: semrel_dryrun
# container: ghcr.io/catthehacker/ubuntu:act-latest
steps: