pull/573/head
Igor 2023-09-26 16:20:18 +03:00 committed by ivinokur
parent 60f3dcc197
commit 92c5ca2426
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ jobs:
run: mvn -B clean install -U -Pintegration
- name: Build docker images
if: github.event_name == 'pull_request'
run: ./dockerfiles/build.sh --tag:${{ env.PR_IMAGE_TAG }}
run: ./build/build.sh --tag:${{ env.PR_IMAGE_TAG }}
- name: Push docker images
if: github.event_name == 'pull_request'
run: docker push quay.io/eclipse/che-server:${{ env.PR_IMAGE_TAG }}