Skip to content

Commit

Permalink
Fix GHA release
Browse files Browse the repository at this point in the history
  • Loading branch information
ericof committed Nov 23, 2023
1 parent 870efe5 commit 6dea267
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ jobs:
uses: docker/build-push-action@v4
with:
platforms: linux/amd64
context: frontend/
file: frontend/Dockerfile
context: .
file: Dockerfile
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: $${{ steps.meta.outputs.labels }}

0 comments on commit 6dea267

Please sign in to comment.