Skip to content

Commit

Permalink
Merge pull request #6 from MinaFoundation/fix-build-sh
Browse files Browse the repository at this point in the history
Add image repository to the dockerfile
  • Loading branch information
Smorci authored Oct 17, 2023
2 parents cdf8cf0 + 7037941 commit 4faa4d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ case "$1" in
echo "Specify TAG env variable."
exit 1
fi
docker build -t "$TAG" -f dockerfiles/Dockerfile-delegation-backend .
docker build -t "673156464838.dkr.ecr.us-west-2.amazonaws.com/block-producers-uptime:$TAG" -f dockerfiles/Dockerfile-delegation-backend .
;;
"")
cd src/cmd/delegation_backend
Expand Down

0 comments on commit 4faa4d2

Please sign in to comment.