We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96bbae6 commit dd596feCopy full SHA for dd596fe
contract-builder/build.sh
@@ -22,7 +22,7 @@ else
22
fi
23
24
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 .
+ docker buildx build --platform linux/$1 -t ruster2024/"${image_name}:${branch}-${commit}-$1" -t ruster2024/${image_name}:latest-$1 --push .
26
else
27
- docker buildx build --platform linux/$1 -t utility/"${image_name}:${branch}-${commit}-$1" --push .
+ docker buildx build --platform linux/$1 -t ruster2024/"${image_name}:${branch}-${commit}-$1" --push .
28
0 commit comments