Skip to content

Commit dd596fe

Browse files
committed
chore: docker build images
1 parent 96bbae6 commit dd596fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contract-builder/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ else
2222
fi
2323

2424
if [[ ${branch} == "main" ]]; then
25-
docker buildx build --platform linux/$1 -t utility/"${image_name}:${branch}-${commit}-$1" -t utility/${image_name}:latest-$1 --push .
25+
docker buildx build --platform linux/$1 -t ruster2024/"${image_name}:${branch}-${commit}-$1" -t ruster2024/${image_name}:latest-$1 --push .
2626
else
27-
docker buildx build --platform linux/$1 -t utility/"${image_name}:${branch}-${commit}-$1" --push .
27+
docker buildx build --platform linux/$1 -t ruster2024/"${image_name}:${branch}-${commit}-$1" --push .
2828
fi

0 commit comments

Comments
 (0)