This repo holds the sample code for usage with the tutorials hosted on Section.io's documentations.
Refer to Tutorials/Aspnetcore for detailed instructions on deploying to Section.
USER=section
IMAGENAME=my-aspnetcore-app
TAG=0.0.1
docker build . --tag ghcr.io/$USER/$IMAGENAME:$TAG
docker push ghcr.io/$USER/$IMAGENAME:$TAG