mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Better GH Action names
This commit is contained in:
parent
9590b3c25d
commit
8c120ee3c9
4 changed files with 5 additions and 5 deletions
4
.github/workflows/pipeline.yml
vendored
4
.github/workflows/pipeline.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: Pipeline
|
||||
name: Pipeline [Test, Lint, Build]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
|
@ -158,7 +158,7 @@ jobs:
|
|||
retention-days: 7
|
||||
|
||||
docker:
|
||||
name: Build Docker images
|
||||
name: Build and publish Docker images
|
||||
needs: [binaries]
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue