|
@ -73,7 +73,7 @@ jobs: |
|
|
REGISTRY: ${{ env.registryEndpoint }} |
|
|
REGISTRY: ${{ env.registryEndpoint }} |
|
|
|
|
|
|
|
|
- name: Compose push ${{ env.image }} |
|
|
- name: Compose push ${{ env.image }} |
|
|
run: sudo -E docker-compose -f src/docker-compose.yml push ${{ env.services }} |
|
|
|
|
|
|
|
|
run: sudo -E docker-compose push ${{ env.services }} |
|
|
working-directory: ./src |
|
|
working-directory: ./src |
|
|
shell: bash |
|
|
shell: bash |
|
|
|
|
|
|
|
|