Skip to content

Commit 442a0f4

Browse files
author
Borja García Rodríguez
committed
test
1 parent 9c14968 commit 442a0f4

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

.github/workflows/basket-api.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -76,21 +76,21 @@ jobs:
7676
echo "BRANCH=$currentbranch" >> $GITHUB_ENV
7777
shell: bash
7878

79-
# - name: Compose build ${{ env.SERVICE }}
80-
# run: sudo -E docker-compose build ${{ env.SERVICE }}
81-
# working-directory: ./src
82-
# shell: bash
83-
# env:
84-
# TAG: ${{ env.BRANCH }}
85-
# REGISTRY: ${{ env.REGISTRY_ENDPOINT }}
79+
- name: Compose build ${{ env.SERVICE }}
80+
run: sudo -E docker-compose build ${{ env.SERVICE }}
81+
working-directory: ./src
82+
shell: bash
83+
env:
84+
TAG: ${{ env.BRANCH }}
85+
REGISTRY: ${{ env.REGISTRY_ENDPOINT }}
8686

87-
# - name: Compose push ${{ env.SERVICE }}
88-
# run: sudo -E docker-compose push ${{ env.SERVICE }}
89-
# working-directory: ./src
90-
# shell: bash
91-
# env:
92-
# TAG: ${{ env.BRANCH }}
93-
# REGISTRY: ${{ env.REGISTRY_ENDPOINT }}
87+
- name: Compose push ${{ env.SERVICE }}
88+
run: sudo -E docker-compose push ${{ env.SERVICE }}
89+
working-directory: ./src
90+
shell: bash
91+
env:
92+
TAG: ${{ env.BRANCH }}
93+
REGISTRY: ${{ env.REGISTRY_ENDPOINT }}
9494

9595
- name: Create multiarch manifest
9696
run: |

0 commit comments

Comments
 (0)