diff --git a/.env b/.env new file mode 100644 index 0000000..f99be90 --- /dev/null +++ b/.env @@ -0,0 +1,12 @@ +LC_ALL=en_US.UTF-8 +LANG=en_US.UTF-8 +MailConfig__EmailServer="" +MailConfig__EmailFrom="" +MailConfig__Port=587 +MailConfig__Username="" +MailConfig__Password="" +LOGGING__LOGLEVEL__DEFAULT=Error + +# This file is provided as a GUIDELINE ONLY +# Use the MotoVaultPro Configurator to configure your environment variables +# https://motovaultpro.com/configure \ No newline at end of file diff --git a/.github/workflows/build-and-push-image.yml b/.github/workflows/build-and-push-image.yml index b5980c6..bbb40c6 100644 --- a/.github/workflows/build-and-push-image.yml +++ b/.github/workflows/build-and-push-image.yml @@ -39,6 +39,7 @@ jobs: ghcr.io/ericgullickson/motovaultpro tags: | type=edge,branch=main + type=raw,value=latest,enable={{is_default_branch}} type=ref,event=tag - name: Build and push diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8d8bc25 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +.vs/ +bin/ +obj/ +data/ +MotoVaultPro.csproj.user +Properties/launchSettings.json