Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
minaxolone committed Jul 18, 2024
1 parent b59e64b commit e548b5e
Show file tree
Hide file tree
Showing 2 changed files with 692 additions and 3 deletions.
4 changes: 1 addition & 3 deletions web-app/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@

set -ex

npm run build

CI_COMMIT_SHA="$(git rev-parse --short HEAD)"

docker build \
--build-arg CI_COMMIT_SHA="$CI_COMMIT_SHA" \
--file ./docker/Dockerfile \
--tag "ghcr.io/0lnetworkcommunity/explorer/web-app:$CI_COMMIT_SHA" \
--tag "ghcr.io/minaxolone/explorer/web-app:$CI_COMMIT_SHA" \
.
Loading

0 comments on commit e548b5e

Please sign in to comment.