build amd64 fix
parent
32d9c8dded
commit
6e62b3d946
|
@ -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" .
|
||||
|
||||
|
|
Loading…
Reference in New Issue