Skip to content

Commit

Permalink
adjust makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
cars10 committed Dec 31, 2023
1 parent 63faffe commit 49ae70d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
- uses: actions/checkout@v3
- run: make build_browser_extensions

- name: upload chrome extension
- name: upload extensions
uses: actions/upload-artifact@v3
with:
path: artifacts/*.zip
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ build_docker_nginx_multiarch:
build_browser_extensions:
mkdir -p "$(CURDIR)/artifacts"
docker build -f docker/Dockerfile_browser_ext -t elasticvue-build_browser_ext .
docker run --rm -v "$(CURDIR)/artifacts":/app/artifacts --user 1000 elasticvue-build_browser_ext scripts/build_browser_extensions.sh
docker run --rm -v "$(CURDIR)/artifacts":/app/artifacts elasticvue-build_browser_ext scripts/build_browser_extensions.sh

run_docker_nginx:
docker run -p 8080:8080 elasticvue

0 comments on commit 49ae70d

Please sign in to comment.