Skip to content

Commit

Permalink
CI(Docker): Use only matrix os name as job name
Browse files Browse the repository at this point in the history
  • Loading branch information
echoix committed Feb 20, 2025
1 parent 147afe0 commit b21edbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
# For a release, e.g. 8.3.0, created tags are:
# 8.3.0-alpine, 8.3.0-debian, 8.3.0-ubuntu and latest (with ubuntu)
docker-os-matrix:
name: ${{ matrix.os }}
runs-on: ubuntu-latest
concurrency:
group: >-
Expand Down

0 comments on commit b21edbd

Please sign in to comment.