|
@ -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 |
|
|