Skip to content

Commit

Permalink
CI(docker): Update job name to use event name in Docker workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
echoix committed Feb 20, 2025
1 parent ea470fa commit 23bd45d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +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 }} for ${{ github.ref }}
name: ${{ matrix.os }} for ${{ github.event_name }}
runs-on: ubuntu-latest
concurrency:
group: >-
Expand Down

0 comments on commit 23bd45d

Please sign in to comment.