Skip to content

Commit

Permalink
need to push pr images
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 2f954b5 commit 6a49193
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pr-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,8 @@ jobs:
with:
context: .
file: ${{ github.workspace }}/isolated/dockerfiles/dockerfile.isolated
load: true
tags: ghcr.io/galasa-dev/galasa-isolated:test
push: true
tags: ghcr.io/galasa-dev/galasa-isolated:${{ github.event.number }}
build-args: |
directory=isolated/full
Expand Down Expand Up @@ -464,8 +464,8 @@ jobs:
with:
context: .
file: ${{ github.workspace }}/isolated/dockerfiles/dockerfile.isolated
load: true
tags: ghcr.io/galasa-dev/galasa-mvp:test
push: true
tags: ghcr.io/galasa-dev/galasa-mvp:${{ github.event.number }}
build-args: |
directory=isolated/mvp
Expand Down

0 comments on commit 6a49193

Please sign in to comment.