Skip to content

Commit

Permalink
fix context?
Browse files Browse the repository at this point in the history
  • Loading branch information
listlessbird committed Nov 5, 2024
1 parent 849dfc2 commit 8bd7e5b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:
id: push-renderer
uses: docker/build-push-action@v2
with:
context: .
file: ./renderer/dockerfile
context: ./renderer
file: dockerfile
platforms: linux/amd64,linux/arm64
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
Expand All @@ -55,8 +55,8 @@ jobs:
id: push-web
uses: docker/build-push-action@v2
with:
context: .
file: ./web/dockerfile
context: ./web
file: dockerfile
platforms: linux/amd64,linux/arm64
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
Expand Down

0 comments on commit 8bd7e5b

Please sign in to comment.