Skip to content

Commit 39df598

Browse files
committed
Remove repeated step.
1 parent 2331f0c commit 39df598

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

.github/workflows/basket-api.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -70,15 +70,8 @@ jobs:
7070
TAG: ${{ env.branch }}
7171
REGISTRY: ${{ env.registryEndpoint }}
7272

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-
8073
- name: Compose push ${{ env.image }}
81-
run: docker-compose -f src/docker-compose.yml push ${{ env.services }}
74+
run: sudo docker-compose -f src/docker-compose.yml push ${{ env.services }}
8275
shell: bash
8376
env:
8477
TAG: ${{ env.branch }}

0 commit comments

Comments
 (0)