Skip to content

Commit

Permalink
build: correct nginx image path
Browse files Browse the repository at this point in the history
  • Loading branch information
NishaSharma14 committed Oct 18, 2023
1 parent 3c82888 commit f8d448a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
uses: docker/build-push-action@v4
with:
context: .
file: ./resources/ops/docker/app/nginx.dockerfile
file: ./resources/ops/docker/nginx/nginx.dockerfile
push: true
build-args: |
RELEASE_VERSION=dev-nginx-latest
Expand Down

0 comments on commit f8d448a

Please sign in to comment.