test
This commit is contained in:
parent
9c149681bc
commit
442a0f4b71
28
.github/workflows/basket-api.yml
vendored
28
.github/workflows/basket-api.yml
vendored
@ -76,21 +76,21 @@ jobs:
|
||||
echo "BRANCH=$currentbranch" >> $GITHUB_ENV
|
||||
shell: bash
|
||||
|
||||
# - name: Compose build ${{ env.SERVICE }}
|
||||
# run: sudo -E docker-compose build ${{ env.SERVICE }}
|
||||
# working-directory: ./src
|
||||
# shell: bash
|
||||
# env:
|
||||
# TAG: ${{ env.BRANCH }}
|
||||
# REGISTRY: ${{ env.REGISTRY_ENDPOINT }}
|
||||
- name: Compose build ${{ env.SERVICE }}
|
||||
run: sudo -E docker-compose build ${{ env.SERVICE }}
|
||||
working-directory: ./src
|
||||
shell: bash
|
||||
env:
|
||||
TAG: ${{ env.BRANCH }}
|
||||
REGISTRY: ${{ env.REGISTRY_ENDPOINT }}
|
||||
|
||||
# - name: Compose push ${{ env.SERVICE }}
|
||||
# run: sudo -E docker-compose push ${{ env.SERVICE }}
|
||||
# working-directory: ./src
|
||||
# shell: bash
|
||||
# env:
|
||||
# TAG: ${{ env.BRANCH }}
|
||||
# REGISTRY: ${{ env.REGISTRY_ENDPOINT }}
|
||||
- name: Compose push ${{ env.SERVICE }}
|
||||
run: sudo -E docker-compose push ${{ env.SERVICE }}
|
||||
working-directory: ./src
|
||||
shell: bash
|
||||
env:
|
||||
TAG: ${{ env.BRANCH }}
|
||||
REGISTRY: ${{ env.REGISTRY_ENDPOINT }}
|
||||
|
||||
- name: Create multiarch manifest
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user