瀏覽代碼

Update hermes-image-push.yml (#877)

Ali Behjati 2 年之前
父節點
當前提交
fbd0354b43
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .github/workflows/hermes-image-push.yml

+ 2 - 2
.github/workflows/hermes-image-push.yml

@@ -1,4 +1,4 @@
-name: Build and Push Price Service Image
+name: Build and Push Hermes Image
 on:
   push:
     tags:
@@ -13,7 +13,7 @@ permissions:
   contents: read
   id-token: write
 jobs:
-  price-server-image:
+  hermes-image:
     runs-on: ubuntu-latest
     steps:
       - uses: actions/checkout@v2