Add TAG variable to push step.
This commit is contained in:
parent
d5a3747556
commit
e437d94146
7
.github/workflows/basket-api.yml
vendored
7
.github/workflows/basket-api.yml
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user