From c058f2fff7e8200b3130139e34afe721343a80fb Mon Sep 17 00:00:00 2001 From: Ali Behjati Date: Mon, 22 Aug 2022 15:58:57 +0430 Subject: [PATCH] Rename image push gh actions (#254) --- .github/workflows/attester-image-push.yml | 2 +- .github/workflows/price-service-image-push.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/attester-image-push.yml b/.github/workflows/attester-image-push.yml index 6d3e594a..e96e4f2b 100644 --- a/.github/workflows/attester-image-push.yml +++ b/.github/workflows/attester-image-push.yml @@ -1,4 +1,4 @@ -name: Build and Push Images +name: Build and Push Attester Image on: push: tags: diff --git a/.github/workflows/price-service-image-push.yml b/.github/workflows/price-service-image-push.yml index 4988f930..18b94ed5 100644 --- a/.github/workflows/price-service-image-push.yml +++ b/.github/workflows/price-service-image-push.yml @@ -1,4 +1,4 @@ -name: Build and Push Images +name: Build and Push Price Service Image on: push: tags: