We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c805c7e commit 02929d8Copy full SHA for 02929d8
1 file changed
.github/workflows/basket-api.yml
@@ -60,19 +60,15 @@ jobs:
60
shell: bash
61
62
- name: Compose build ${{ env.SERVICES }}
63
- run: |
64
- sudo -E docker-compose build ${{ env.SERVICES }}
65
- docker images
+ run: sudo -E docker-compose build ${{ env.SERVICES }}
66
working-directory: ./src
67
68
env:
69
TAG: ${{ env.BRANCH }}
70
REGISTRY: ${{ env.REGISTRY_ENDPOINT }}
71
72
- name: Compose push ${{ env.SERVICES }}
73
74
75
- sudo -E docker-compose push ${{ env.SERVICES }}
+ run: sudo -E docker-compose push ${{ env.SERVICES }}
76
77
78
0 commit comments