Browse Source

Remove repeated step.

pull/1565/head
David Sanz 4 years ago
parent
commit
39df5985ac
1 changed files with 1 additions and 8 deletions
  1. +1
    -8
      .github/workflows/basket-api.yml

+ 1
- 8
.github/workflows/basket-api.yml View File

@ -70,15 +70,8 @@ jobs:
TAG: ${{ env.branch }} TAG: ${{ env.branch }}
REGISTRY: ${{ env.registryEndpoint }} REGISTRY: ${{ env.registryEndpoint }}
- name: Compose build ${{ env.services }}
run: docker-compose -f src/docker-compose.yml build ${{ env.services }}
shell: bash
env:
TAG: ${{ env.branch }}
REGISTRY: ${{ env.registryEndpoint }}
- name: Compose push ${{ env.image }} - name: Compose push ${{ env.image }}
run: docker-compose -f src/docker-compose.yml push ${{ env.services }}
run: sudo docker-compose -f src/docker-compose.yml push ${{ env.services }}
shell: bash shell: bash
env: env:
TAG: ${{ env.branch }} TAG: ${{ env.branch }}


Loading…
Cancel
Save