docker in docker
This commit is contained in:
parent
e6c4f3b55b
commit
533353e4bc
1 changed files with 2 additions and 1 deletions
3
.github/workflows/container.yml
vendored
3
.github/workflows/container.yml
vendored
|
@ -11,7 +11,8 @@ env:
|
|||
|
||||
jobs:
|
||||
linux:
|
||||
runs-on: ubuntu-24.04
|
||||
runs-on: docker-dind
|
||||
container:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue