Fix github action worker name
Signed-off-by: gearnode <bryan@frimin.fr>
This commit is contained in:
2
.github/workflows/make.yaml
vendored
2
.github/workflows/make.yaml
vendored
@@ -10,7 +10,7 @@ on:
|
||||
jobs:
|
||||
docker-build:
|
||||
name: "docker-build"
|
||||
runs-on: "ubuntu-22:04"
|
||||
runs-on: "ubuntu-22.04"
|
||||
steps:
|
||||
- uses: "actions/checkout@v4"
|
||||
- uses: "docker/setup-qemu-action@v2"
|
||||
|
||||
Reference in New Issue
Block a user