Add TAG variable to push step.

This commit is contained in:
David Sanz 2020-12-23 16:54:19 +01:00
parent d5a3747556
commit e437d94146

View File

@ -73,9 +73,14 @@ jobs:
REGISTRY: ${{ env.registryEndpoint }} REGISTRY: ${{ env.registryEndpoint }}
- name: Compose push ${{ env.image }} - name: Compose push ${{ env.image }}
run: sudo -E docker-compose push ${{ env.services }} run: |
docker images
sudo -E docker-compose push ${{ env.services }}
working-directory: ./src working-directory: ./src
shell: bash shell: bash
env:
# TAG: ${{ env.branch }}
REGISTRY: ${{ env.registryEndpoint }}
BuildWindows: BuildWindows:
runs-on: windows-2019 runs-on: windows-2019