Browse Source

Enable push image

pull/1565/head
David Sanz 4 years ago
parent
commit
7e09f821ec
1 changed files with 4 additions and 6 deletions
  1. +4
    -6
      .github/workflows/basket-api.yml

+ 4
- 6
.github/workflows/basket-api.yml View File

@ -72,12 +72,10 @@ jobs:
# TAG: ${{ env.branch }} # TAG: ${{ env.branch }}
REGISTRY: ${{ env.registryEndpoint }} 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: BuildWindows:
runs-on: windows-2019 runs-on: windows-2019


Loading…
Cancel
Save