Skip to content

Commit

Permalink
fix: workflow front
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamadch91 committed Nov 11, 2024
1 parent fb76ff6 commit aae3f10
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 aae3f10

Please sign in to comment.