Skip to content

Commit

Permalink
ignore for prs for now
Browse files Browse the repository at this point in the history
Signed-off-by: Jade Carino <[email protected]>
  • Loading branch information
jadecarino committed Dec 4, 2024
1 parent 9f7bfde commit d8c4c60
Showing 1 changed file with 4 additions and 26 deletions.
30 changes: 4 additions & 26 deletions .github/workflows/pr-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit d8c4c60

Please sign in to comment.