chore: update workflow name for Docker build
- Change workflow name from 'Build and Publish Docker Image' to 'Docker' This change simplifies the workflow name for better readability and identification in the CI/CD pipeline.
This commit is contained in:
parent
f83600412b
commit
e70763dbe0
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: Build and Publish Docker Image
|
name: Docker
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
Loading…
Reference in New Issue
Block a user