Skip to content

Commit

Permalink
Merge pull request #47 from skalenetwork/fix-build-2
Browse files Browse the repository at this point in the history
Fix build script
  • Loading branch information
DmytroNazarenko authored Apr 22, 2024
2 parents 014c9ae + 052f107 commit c401efa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_and_publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ LATEST_IMAGE_NAME=$REPO_NAME:$BRANCH-latest
# Build image

echo "Building $IMAGE_NAME..."
DOCKER_TAG=$VERSION docker-compose -f docker-compose/docker-compose.yml build blockscout || exit $?
DOCKER_TAG=$VERSION docker-compose -f docker-compose/docker-compose.yml build backend || exit $?
docker tag $IMAGE_NAME $LATEST_IMAGE_NAME

echo "========================================================================================="
Expand Down

0 comments on commit c401efa

Please sign in to comment.