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