mirror of
https://github.com/certbot/certbot.git
synced 2026-06-05 06:42:10 -04:00
add nicer docker job names
This commit is contained in:
parent
9b84de4342
commit
89b535538a
1 changed files with 2 additions and 0 deletions
2
.github/workflows/docker_packaging_jobs.yml
vendored
2
.github/workflows/docker_packaging_jobs.yml
vendored
|
|
@ -13,6 +13,7 @@ env:
|
|||
|
||||
jobs:
|
||||
docker_build:
|
||||
name: Docker build ${{ matrix.DOCKER_ARCH }}
|
||||
runs-on:
|
||||
- ${{ matrix.run-on }}
|
||||
# The default timeout of 60 minutes is a little low for compiling
|
||||
|
|
@ -54,6 +55,7 @@ jobs:
|
|||
name: docker_${{ matrix.DOCKER_ARCH }}
|
||||
path: "${{ runner.temp }}"
|
||||
docker_test:
|
||||
name: Docker test ${{ matrix.DOCKER_ARCH }}
|
||||
needs:
|
||||
- docker_build
|
||||
runs-on:
|
||||
|
|
|
|||
Loading…
Reference in a new issue