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: |