Skip to content

Commit e437d94

Browse files
committed
Add TAG variable to push step.
1 parent d5a3747 commit e437d94

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/basket-api.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,14 @@ jobs:
7373
REGISTRY: ${{ env.registryEndpoint }}
7474

7575
- name: Compose push ${{ env.image }}
76-
run: sudo -E docker-compose push ${{ env.services }}
76+
run: |
77+
docker images
78+
sudo -E docker-compose push ${{ env.services }}
7779
working-directory: ./src
7880
shell: bash
81+
env:
82+
# TAG: ${{ env.branch }}
83+
REGISTRY: ${{ env.registryEndpoint }}
7984

8085
BuildWindows:
8186
runs-on: windows-2019

0 commit comments

Comments
 (0)