Browse Source

Add TAG variable to push step.

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

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

@ -73,9 +73,14 @@ jobs:
REGISTRY: ${{ env.registryEndpoint }}
- 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
shell: bash
env:
# TAG: ${{ env.branch }}
REGISTRY: ${{ env.registryEndpoint }}
BuildWindows:
runs-on: windows-2019


Loading…
Cancel
Save