Enable push image

This commit is contained in:
David Sanz 2020-12-23 16:42:52 +01:00
parent 85a9216448
commit 7e09f821ec

View File

@ -72,12 +72,10 @@ jobs:
# TAG: ${{ env.branch }} # TAG: ${{ env.branch }}
REGISTRY: ${{ env.registryEndpoint }} REGISTRY: ${{ env.registryEndpoint }}
# - name: Compose push ${{ env.image }} - name: Compose push ${{ env.image }}
# run: sudo docker-compose -f src/docker-compose.yml push ${{ env.services }} run: sudo -E docker-compose -f src/docker-compose.yml push ${{ env.services }}
# shell: bash working-directory: ./src
# env: shell: bash
# TAG: ${{ env.branch }}
# REGISTRY: ${{ env.registryEndpoint }}
BuildWindows: BuildWindows:
runs-on: windows-2019 runs-on: windows-2019