File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 : |
You can’t perform that action at this time.
0 commit comments