ci: Use dind label
This commit is contained in:
parent
e508c9f9cf
commit
b6420e7def
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue