Skip to content

Commit

Permalink
correct context
Browse files Browse the repository at this point in the history
  • Loading branch information
irony authored Apr 30, 2024
1 parent c16d60c commit 098bc54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/website-build-and-push-registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
id: build-and-push
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
with:
context: .
context: apps/website
push: ${{ github.event_name != 'pull_request' }}
tags: |
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.package-version.outputs.current-version}},
Expand Down

0 comments on commit 098bc54

Please sign in to comment.