added container tag

This commit is contained in:
Eric Gullickson
2025-07-15 20:52:51 -05:00
parent 36fb634011
commit 048d6c3bcb
3 changed files with 19 additions and 0 deletions

12
.env Normal file
View File

@@ -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

View File

@@ -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

6
.gitignore vendored Normal file
View File

@@ -0,0 +1,6 @@
.vs/
bin/
obj/
data/
MotoVaultPro.csproj.user
Properties/launchSettings.json