Revert name change

This commit is contained in:
Colin Dembovsky 2021-08-27 14:34:40 -05:00
parent 23effc30df
commit 421627650a

View File

@ -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 }}