Skip to content

Commit

Permalink
update context path
Browse files Browse the repository at this point in the history
  • Loading branch information
NishaSharma14 committed Jan 4, 2024
1 parent 59b17bb commit 6ed8291
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ jobs:
- name: Build and push nmr-cli Docker image
uses: docker/build-push-action@v4
with:
context: ./app/scripts/nmr-cli
file: ./Dockerfile
context: .
file: ./app/scripts/nmr-cli/Dockerfile
push: true
build-args: |
RELEASE_VERSION=dev-latest
Expand Down

0 comments on commit 6ed8291

Please sign in to comment.