ci: Use dind label
This commit is contained in:
parent
9e0530839d
commit
b16e26952a
1 changed files with 2 additions and 2 deletions
|
@ -54,7 +54,7 @@ jobs:
|
||||||
}))
|
}))
|
||||||
|
|
||||||
build-image:
|
build-image:
|
||||||
runs-on: not-nexy
|
runs-on: dind
|
||||||
container: ghcr.io/catthehacker/ubuntu:act-latest
|
container: ghcr.io/catthehacker/ubuntu:act-latest
|
||||||
needs: define-variables
|
needs: define-variables
|
||||||
permissions:
|
permissions:
|
||||||
|
@ -156,7 +156,7 @@ jobs:
|
||||||
retention-days: 1
|
retention-days: 1
|
||||||
|
|
||||||
merge:
|
merge:
|
||||||
runs-on: not-nexy
|
runs-on: dind
|
||||||
container: ghcr.io/catthehacker/ubuntu:act-latest
|
container: ghcr.io/catthehacker/ubuntu:act-latest
|
||||||
needs: [define-variables, build-image]
|
needs: [define-variables, build-image]
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue