test
This commit is contained in:
parent
64d4365081
commit
f42e729754
28
.github/workflows/basket-api.yml
vendored
28
.github/workflows/basket-api.yml
vendored
@ -78,21 +78,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