Skip to content

Commit

Permalink
Merge pull request #77 from Roopan-Microsoft/psl-main-revert-container
Browse files Browse the repository at this point in the history
fix: Update build-docker-images.yml for psl-main repo
  • Loading branch information
Roopan-Microsoft authored Nov 21, 2024
2 parents 2f501c0 + 5ccb403 commit 3f1c378
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
dockerfile: docker/Frontend.Dockerfile
uses: ./.github/workflows/build-docker.yml
with:
registry: ${{ github.event.workflow_run.head_branch == 'main' && 'fruoccopublic.azurecr.io' || 'cwydcontainerreg.azurecr.io'}}
username: ${{ github.event.workflow_run.head_branch == 'main' && 'fruoccopublic' || 'cwydcontainerreg'}}
registry: cwydcontainerreg.azurecr.io
username: cwydcontainerreg
app_name: ${{ matrix.app_name }}
dockerfile: ${{ matrix.dockerfile }}
push: ${{ github.event_name == 'workflow_run' && github.event.workflow_run.head_branch == 'main' || github.event.workflow_run.head_branch == 'dev' || github.event.workflow_run.head_branch == 'demo' }}
push: ${{ github.event_name == 'workflow_run' && github.event.workflow_run.head_branch == 'main' }}
secrets: inherit

0 comments on commit 3f1c378

Please sign in to comment.