File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -117,20 +117,20 @@ jobs:
117117 run : |
118118 set -x
119119
120- for IMAGE_PATH in `docker compose -f docker-compose.build.yml config --images`;
121- do
122- IMAGE_NAME=`echo ${IMAGE_PATH} | cut -d '/' -f 2 | cut -d ':' -f 1`
123- TAG="$CODE_VERSION"
120+ # for IMAGE_PATH in `docker compose -f docker-compose.build.yml config --images`;
121+ # do
122+ # IMAGE_NAME=`echo ${IMAGE_PATH} | cut -d '/' -f 2 | cut -d ':' -f 1`
123+ # TAG="$CODE_VERSION"
124124
125- if az acr repository show-tags --username ${{ vars.DOCKERHUB_USERNAME }} --password ${{ secrets.DOCKERHUB_TOKEN }} --name opensidewalksdev --repository $IMAGE_NAME | grep -o $TAG; then
126- echo "Image already exists for $IMAGE_PATH, not building again"
127- else
128- echo "Image does not exist at $IMAGE_PATH, building and pushing"
125+ # if az acr repository show-tags --username ${{ vars.DOCKERHUB_USERNAME }} --password ${{ secrets.DOCKERHUB_TOKEN }} --name opensidewalksdev --repository $IMAGE_NAME | grep -o $TAG; then
126+ # echo "Image already exists for $IMAGE_PATH, not building again"
127+ # else
128+ # echo "Image does not exist at $IMAGE_PATH, building and pushing"
129129
130130 docker compose -f docker-compose.build.yml --env-file tdei_uw.env build --build-arg CODE_VERSION=${CODE_VERSION} ${{github.event.inputs.build_flag}}
131131 docker compose -f docker-compose.build.yml --env-file tdei_uw.env push
132- fi
133- done
132+ # fi
133+ # done
134134
135135 env :
136136 ENV : ${{ vars.ENV }}
You can’t perform that action at this time.
0 commit comments