We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5a3747 commit e437d94Copy full SHA for e437d94
1 file changed
.github/workflows/basket-api.yml
@@ -73,9 +73,14 @@ jobs:
73
REGISTRY: ${{ env.registryEndpoint }}
74
75
- name: Compose push ${{ env.image }}
76
- run: sudo -E docker-compose push ${{ env.services }}
+ run: |
77
+ docker images
78
+ sudo -E docker-compose push ${{ env.services }}
79
working-directory: ./src
80
shell: bash
81
+ env:
82
+ # TAG: ${{ env.branch }}
83
+ REGISTRY: ${{ env.registryEndpoint }}
84
85
BuildWindows:
86
runs-on: windows-2019
0 commit comments