From 421627650afb7fbbccabd889b7bea8d9f99532c7 Mon Sep 17 00:00:00 2001 From: Colin Dembovsky Date: Fri, 27 Aug 2021 14:34:40 -0500 Subject: [PATCH] Revert name change --- .github/workflows/basket-api.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/basket-api.yml b/.github/workflows/basket-api.yml index d42db7827..d8b19993b 100644 --- a/.github/workflows/basket-api.yml +++ b/.github/workflows/basket-api.yml @@ -32,7 +32,6 @@ jobs: - name: Checkout code uses: actions/checkout@v2 - uses: ./.github/workflows/composite/build - name: Build with: service: ${{ env.SERVICE }} registry_endpoint: ${{ secrets.REGISTRY_ENDPOINT }} @@ -44,7 +43,6 @@ 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 }}