Skip to content

Commit

Permalink
fixing path to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
joaopereira12 committed Jul 11, 2024
1 parent ae3d2dd commit 3a3dafb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ jobs:
id: push
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
with:
context: .
context: ./packages/node
file: ./packages/node/Dockerfile
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit 3a3dafb

Please sign in to comment.