Skip to content

Commit

Permalink
Merge pull request #1931 from opengovern/ui-changes
Browse files Browse the repository at this point in the history
fix: workflow front
  • Loading branch information
mohamadch91 authored Nov 11, 2024
2 parents 5825b40 + aae3f10 commit 819d787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
uses: docker/build-push-action@v4
with:
context: ./services/web-ui
push: ${{ github.event_name != 'pull_request' }}
push: true
platforms: linux/amd64,linux/arm64
tags: |
ghcr.io/${{ github.repository_owner }}/web-ui:${{ steps.tag_version.outputs.new_tag }}-${{ github.event.inputs.deployTo || 'dev' }}
Expand Down

0 comments on commit 819d787

Please sign in to comment.