diff --git a/docker/build.sh b/docker/build.sh index fcfcdf4..80f1eba 100755 --- a/docker/build.sh +++ b/docker/build.sh @@ -7,5 +7,5 @@ docker buildx build --push --platform linux/arm/v7,linux/arm/v6,linux/arm64,linu -t hemna6969/aprsd:$VERSION \ -t hemna6969/aprsd:latest \ -t 192.168.1.3:5000/hemna6969/aprsd:latest \ - -t 192.168.1.3:5000/hemna669/aprsd:$VERSION \ + -t 192.168.1.3:5000/hemna6969/aprsd:$VERSION \ -f Dockerfile .