From 7e09f821ec4fac9f4878ec037c935b4ca5c1b6b3 Mon Sep 17 00:00:00 2001 From: David Sanz Date: Wed, 23 Dec 2020 16:42:52 +0100 Subject: [PATCH] Enable push image --- .github/workflows/basket-api.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) 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