Skip to content

Commit

Permalink
fix: docker workflow wrong path
Browse files Browse the repository at this point in the history
  • Loading branch information
d-roak committed Oct 10, 2024
1 parent 922bc45 commit 3245fd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
id: build
uses: docker/build-push-action@v6
with:
context: ./packages/node
file: ./packages/node/Dockerfile
context: .
file: ./Dockerfile
platforms: ${{ matrix.platform }}
labels: ${{ steps.meta.outputs.labels }}
tags: |
Expand Down

0 comments on commit 3245fd3

Please sign in to comment.