Skip to content

Commit

Permalink
Remove docker-compose-skale.yml and update build_and_publish.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
yavrsky committed Apr 22, 2024
1 parent 61a2dbc commit 0cdeca1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 72 deletions.
71 changes: 0 additions & 71 deletions docker-compose/docker-compose-skale.yml

This file was deleted.

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-skale.yml build blockscout || exit $?
DOCKER_TAG=$VERSION docker-compose -f docker-compose/docker-compose.yml build blockscout || exit $?
docker tag $IMAGE_NAME $LATEST_IMAGE_NAME

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

0 comments on commit 0cdeca1

Please sign in to comment.