Fix GitHub Actions Naming (#702)

This commit is contained in:
Yuhong Sun
2023-11-06 16:40:49 -08:00
committed by GitHub
parent 7433dddac3
commit 24b3b1fa9e
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
name: Build and Push Backend Images on Tagging
name: Build and Push Backend Image on Tag
on:
push:

View File

@@ -1,4 +1,4 @@
name: Build and Push Backend Images on Tagging
name: Build and Push Model Server Image on Tag
on:
push:

View File

@@ -1,4 +1,4 @@
name: Build and Push Web Images on Tagging
name: Build and Push Web Image on Tag
on:
push: