Skip to content

Commit

Permalink
fix(docker-bp-api.yaml): update context to parent directory to correc…
Browse files Browse the repository at this point in the history
…tly build grpc-server image
  • Loading branch information
ozeliurs committed Oct 8, 2024
1 parent ddfbf94 commit 8977a10
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-bp-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Build and push grpc-server image
uses: docker/build-push-action@v6
with:
context: .
context: ..
file: ./api/Dockerfile
push: true
tags: ghcr.io/${{ env.REPO_LOWERCASE }}/grpc-server:latest
Expand Down
6 changes: 6 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8977a10

Please sign in to comment.