From 23effc30dfda146c58a0f53e597d45481cf10134 Mon Sep 17 00:00:00 2001 From: Colin Dembovsky Date: Fri, 27 Aug 2021 14:13:28 -0500 Subject: [PATCH] Add name to composite actions --- .github/workflows/basket-api.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/basket-api.yml b/.github/workflows/basket-api.yml index d8b19993b..d42db7827 100644 --- a/.github/workflows/basket-api.yml +++ b/.github/workflows/basket-api.yml @@ -32,6 +32,7 @@ jobs: - name: Checkout code uses: actions/checkout@v2 - uses: ./.github/workflows/composite/build + name: Build with: service: ${{ env.SERVICE }} registry_endpoint: ${{ secrets.REGISTRY_ENDPOINT }} @@ -43,6 +44,7 @@ jobs: - name: Checkout code uses: actions/checkout@v2 - uses: ./.github/workflows/composite/build-push + name: Build and push with: service: ${{ env.SERVICE }} registry_host: ${{ secrets.REGISTRY_HOST }}