Skip to content

Commit 3a0bc0d

Browse files
committed
Load image
1 parent 1cec90c commit 3a0bc0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make/photon/registry/builder.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ cd $cur
2424

2525
echo 'build the registry binary ...'
2626
cp Dockerfile.binary $TEMP
27-
docker buildx build --build-arg golang_image=$GOBUILDIMAGE -f $TEMP/Dockerfile.binary -t registry-golang $TEMP
27+
docker buildx build --build-arg golang_image=$GOBUILDIMAGE -f $TEMP/Dockerfile.binary -t registry-golang --load $TEMP
2828

2929
echo 'copy the registry binary to local...'
3030
ID=$(docker create registry-golang)

0 commit comments

Comments
 (0)