infer course name from folder name

This commit is contained in:
2023-12-04 16:26:08 -07:00
parent 6423f5db87
commit b0cf5d8189
8 changed files with 61 additions and 34 deletions

12
build.sh Normal file → Executable file
View File

@@ -1,2 +1,14 @@
#!/bin/bash
VERSION="1.0"
dotnet publish Management.Web/ \
--os linux \
--arch x64 \
/t:PublishContainer \
-c Release \
-p ContainerImageTags="\"$VERSION;latest\"" \
-p ContainerRepository="canvas_management"
docker image tag canvas_management:$VERSION alexmickelson/canvas_management:$VERSION