Enable push image
This commit is contained in:
parent
85a9216448
commit
7e09f821ec
10
.github/workflows/basket-api.yml
vendored
10
.github/workflows/basket-api.yml
vendored
@ -72,12 +72,10 @@ jobs:
|
|||||||
# TAG: ${{ env.branch }}
|
# TAG: ${{ env.branch }}
|
||||||
REGISTRY: ${{ env.registryEndpoint }}
|
REGISTRY: ${{ env.registryEndpoint }}
|
||||||
|
|
||||||
# - name: Compose push ${{ env.image }}
|
- name: Compose push ${{ env.image }}
|
||||||
# run: sudo docker-compose -f src/docker-compose.yml push ${{ env.services }}
|
run: sudo -E docker-compose -f src/docker-compose.yml push ${{ env.services }}
|
||||||
# shell: bash
|
working-directory: ./src
|
||||||
# env:
|
shell: bash
|
||||||
# TAG: ${{ env.branch }}
|
|
||||||
# REGISTRY: ${{ env.registryEndpoint }}
|
|
||||||
|
|
||||||
BuildWindows:
|
BuildWindows:
|
||||||
runs-on: windows-2019
|
runs-on: windows-2019
|
||||||
|
Loading…
x
Reference in New Issue
Block a user