diff --git a/.github/workflows/basket-api.yml b/.github/workflows/basket-api.yml index 544c29534..47f8168fa 100644 --- a/.github/workflows/basket-api.yml +++ b/.github/workflows/basket-api.yml @@ -72,12 +72,10 @@ jobs: # TAG: ${{ env.branch }} REGISTRY: ${{ env.registryEndpoint }} - # - name: Compose push ${{ env.image }} - # run: sudo docker-compose -f src/docker-compose.yml push ${{ env.services }} - # shell: bash - # env: - # TAG: ${{ env.branch }} - # REGISTRY: ${{ env.registryEndpoint }} + - name: Compose push ${{ env.image }} + run: sudo -E docker-compose -f src/docker-compose.yml push ${{ env.services }} + working-directory: ./src + shell: bash BuildWindows: runs-on: windows-2019