Skip to content

Commit

Permalink
fix dockerfile path
Browse files Browse the repository at this point in the history
  • Loading branch information
circa10a committed Dec 19, 2018
1 parent 31ac2c6 commit 3d9d541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ docker push $NAMESPACE:$VERSION
docker run --rm --privileged multiarch/qemu-user-static:register --reset

# Latest ARM
docker build -f ./Dockerfile.rpi -t $NAMESPACE:latest-rpi
docker build -f ./Dockerfile.rpi -t $NAMESPACE:latest-rpi .
docker push $NAMESPACE:latest-rpi
# Versioned ARM
docker tag $NAMESPACE:latest-rpi $NAMESPACE:$VERSION-rpi
Expand Down

0 comments on commit 3d9d541

Please sign in to comment.