[CI/CD] Changed names of docker steps

- So they are readable (too long)
This commit is contained in:
Salvador E. Tropea 2023-03-08 10:25:15 -03:00
parent 3e283c9906
commit 143bcd5f63
1 changed files with 3 additions and 3 deletions

View File

@ -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: