ソースを参照

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