added container tag
This commit is contained in:
12
.env
Normal file
12
.env
Normal 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
|
||||
1
.github/workflows/build-and-push-image.yml
vendored
1
.github/workflows/build-and-push-image.yml
vendored
@@ -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
6
.gitignore
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
.vs/
|
||||
bin/
|
||||
obj/
|
||||
data/
|
||||
MotoVaultPro.csproj.user
|
||||
Properties/launchSettings.json
|
||||
Reference in New Issue
Block a user