Remove debug traces
This commit is contained in:
parent
c805c7efc3
commit
02929d8acf
8
.github/workflows/basket-api.yml
vendored
8
.github/workflows/basket-api.yml
vendored
@ -60,9 +60,7 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- name: Compose build ${{ env.SERVICES }}
|
- name: Compose build ${{ env.SERVICES }}
|
||||||
run: |
|
run: sudo -E docker-compose build ${{ env.SERVICES }}
|
||||||
sudo -E docker-compose build ${{ env.SERVICES }}
|
|
||||||
docker images
|
|
||||||
working-directory: ./src
|
working-directory: ./src
|
||||||
shell: bash
|
shell: bash
|
||||||
env:
|
env:
|
||||||
@ -70,9 +68,7 @@ jobs:
|
|||||||
REGISTRY: ${{ env.REGISTRY_ENDPOINT }}
|
REGISTRY: ${{ env.REGISTRY_ENDPOINT }}
|
||||||
|
|
||||||
- name: Compose push ${{ env.SERVICES }}
|
- name: Compose push ${{ env.SERVICES }}
|
||||||
run: |
|
run: sudo -E docker-compose push ${{ env.SERVICES }}
|
||||||
docker images
|
|
||||||
sudo -E docker-compose push ${{ env.SERVICES }}
|
|
||||||
working-directory: ./src
|
working-directory: ./src
|
||||||
shell: bash
|
shell: bash
|
||||||
env:
|
env:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user