Update Docker workflow name to clarify release trigger
• Clarified workflow purpose • Added "on Release" to name
This commit is contained in:
parent
9a66c944e2
commit
8b1e54c8b4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker-publish.yml
vendored
2
.github/workflows/docker-publish.yml
vendored
|
|
@ -1,4 +1,4 @@
|
||||||
name: Build and Push Docker Image
|
name: Build and Push Docker Image on Release
|
||||||
|
|
||||||
on:
|
on:
|
||||||
release:
|
release:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue