Browse Source

Add name to composite actions

pull/1753/head
Colin Dembovsky 3 years ago
parent
commit
23effc30df
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      .github/workflows/basket-api.yml

+ 2
- 0
.github/workflows/basket-api.yml View File

@ -32,6 +32,7 @@ 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 }}
@ -43,6 +44,7 @@ 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…
Cancel
Save