Revert name change
This commit is contained in:
parent
23effc30df
commit
421627650a
2
.github/workflows/basket-api.yml
vendored
2
.github/workflows/basket-api.yml
vendored
@ -32,7 +32,6 @@ jobs:
|
|||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- uses: ./.github/workflows/composite/build
|
- uses: ./.github/workflows/composite/build
|
||||||
name: Build
|
|
||||||
with:
|
with:
|
||||||
service: ${{ env.SERVICE }}
|
service: ${{ env.SERVICE }}
|
||||||
registry_endpoint: ${{ secrets.REGISTRY_ENDPOINT }}
|
registry_endpoint: ${{ secrets.REGISTRY_ENDPOINT }}
|
||||||
@ -44,7 +43,6 @@ jobs:
|
|||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- uses: ./.github/workflows/composite/build-push
|
- uses: ./.github/workflows/composite/build-push
|
||||||
name: Build and push
|
|
||||||
with:
|
with:
|
||||||
service: ${{ env.SERVICE }}
|
service: ${{ env.SERVICE }}
|
||||||
registry_host: ${{ secrets.REGISTRY_HOST }}
|
registry_host: ${{ secrets.REGISTRY_HOST }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user