We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2331f0c commit 39df598Copy full SHA for 39df598
1 file changed
.github/workflows/basket-api.yml
@@ -70,15 +70,8 @@ jobs:
70
TAG: ${{ env.branch }}
71
REGISTRY: ${{ env.registryEndpoint }}
72
73
- - name: Compose build ${{ env.services }}
74
- run: docker-compose -f src/docker-compose.yml build ${{ env.services }}
75
- shell: bash
76
- env:
77
- TAG: ${{ env.branch }}
78
- REGISTRY: ${{ env.registryEndpoint }}
79
-
80
- name: Compose push ${{ env.image }}
81
- run: docker-compose -f src/docker-compose.yml push ${{ env.services }}
+ run: sudo docker-compose -f src/docker-compose.yml push ${{ env.services }}
82
shell: bash
83
env:
84
0 commit comments