[CI/CD] Changed names of docker steps
- So they are readable (too long)
This commit is contained in:
parent
3e283c9906
commit
143bcd5f63
|
|
@ -169,7 +169,7 @@ jobs:
|
|||
|
||||
|
||||
push_to_registry:
|
||||
name: Push Docker image to Docker Hub and GitHub Packages
|
||||
name: Docker KiCad 5 full dev
|
||||
runs-on: ubuntu-latest
|
||||
needs: test
|
||||
permissions:
|
||||
|
|
@ -215,7 +215,7 @@ jobs:
|
|||
labels: ${{ steps.meta.outputs.labels }}
|
||||
|
||||
push_to_registry_k6:
|
||||
name: Push Docker image to Docker Hub (KiCad 6)
|
||||
name: Docker KiCad 6 full dev
|
||||
runs-on: ubuntu-latest
|
||||
needs: test
|
||||
permissions:
|
||||
|
|
@ -264,7 +264,7 @@ jobs:
|
|||
labels: ${{ steps.meta.outputs.labels }}
|
||||
|
||||
push_to_registry_ng:
|
||||
name: Push Docker image to Docker Hub (KiCad 7)
|
||||
name: Docker KiCad 7 full dev
|
||||
runs-on: ubuntu-latest
|
||||
needs: test
|
||||
permissions:
|
||||
|
|
|
|||
Loading…
Reference in New Issue