build amd64 fix

master
Tudor Stanciu 2021-11-12 19:02:38 +02:00
parent 32d9c8dded
commit 6e62b3d946
1 changed files with 0 additions and 3 deletions

View File

@ -4,9 +4,6 @@ echo "Welcome!"
version="1.0.1"
localRegistryPass="***REMOVED***"
echo "Login to dockerhub registry."
docker login --username=tstanciu --password=$dockerHubRegistryPass
echo "Create docker image with version $version."
docker image build -t "network-resurrector-api:$version" -f "src/api/NetworkResurrector.Api/Docker/amd64/Dockerfile" .