Skip to content

Commit

Permalink
ci: fix docker workflow with docker refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
d-roak committed Dec 22, 2024
1 parent a942d28 commit fc1984c
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: ./docker/Dockerfile
platforms: ${{ matrix.platform }}
labels: ${{ steps.meta.outputs.labels }}
tags: |
Expand Down

0 comments on commit fc1984c

Please sign in to comment.