فهرست منبع

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