ci: Use dind label

This commit is contained in:
Jade Ellis 2025-04-18 14:09:09 +01:00
parent 9e0530839d
commit b16e26952a
No known key found for this signature in database
GPG key ID: 8705A2A3EBF77BD2

View file

@ -54,7 +54,7 @@ jobs:
}))
build-image:
runs-on: not-nexy
runs-on: dind
container: ghcr.io/catthehacker/ubuntu:act-latest
needs: define-variables
permissions:
@ -156,7 +156,7 @@ jobs:
retention-days: 1
merge:
runs-on: not-nexy
runs-on: dind
container: ghcr.io/catthehacker/ubuntu:act-latest
needs: [define-variables, build-image]
steps: