From d8c4c60b32159a3c6a5501038603f31dd3a64f89 Mon Sep 17 00:00:00 2001 From: Jade Carino Date: Wed, 4 Dec 2024 16:30:05 +0000 Subject: [PATCH] ignore for prs for now Signed-off-by: Jade Carino --- .github/workflows/pr-build.yaml | 30 ++++-------------------------- 1 file changed, 4 insertions(+), 26 deletions(-) diff --git a/.github/workflows/pr-build.yaml b/.github/workflows/pr-build.yaml index 90a4ab8..4dbd321 100644 --- a/.github/workflows/pr-build.yaml +++ b/.github/workflows/pr-build.yaml @@ -214,22 +214,11 @@ jobs: with: context: . file: ${{ github.workspace }}/isolated/dockerfiles/dockerfile.isolated - push: true - tags: ghcr.io/galasa-dev/galasa-isolated:${{ github.event.number }} + load: true + tags: galasa-isolated:test build-args: | directory=isolated/full - - name: Build isolated.tar file (full isolated) - run: | - docker pull ghcr.io/galasa-dev/galasa-isolated:${{ github.event.number }} - docker save -o ${{ github.workspace }}/isolated/full/target/isolated/isolated.tar ghcr.io/galasa-dev/galasa-isolated:${{ github.event.number }} - - - name: Upload isolated.tar (full isolated) for inspection - uses: actions/upload-artifact@v4 - with: - name: isolated.tar - path: ${{ github.workspace }}/isolated/full/target/isolated/isolated.tar - - name: Build Isolated zip with maven working-directory: ./isolated/full run: | @@ -464,22 +453,11 @@ jobs: with: context: . file: ${{ github.workspace }}/isolated/dockerfiles/dockerfile.isolated - push: true - tags: ghcr.io/galasa-dev/galasa-mvp:${{ github.event.number }} + load: true + tags: galasa-mvp:test build-args: | directory=isolated/mvp - - name: Manually build isolated.tar (MVP) - run: | - docker pull ghcr.io/galasa-dev/galasa-mvp:${{ github.event.number }} - docker save -o ${{ github.workspace }}/isolated/mvp/target/isolated/isolated.tar ghcr.io/galasa-dev/galasa-mvp:${{ github.event.number }} - - - name: Upload isolated.tar (MVP) for testing - uses: actions/upload-artifact@v4 - with: - name: mvp.tar - path: ${{ github.workspace }}/isolated/mvp/target/isolated/isolated.tar - - name: Build MVP zip with maven working-directory: ./isolated/mvp run: |