File tree 4 files changed +4
-6
lines changed
4 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " portr-admin"
3
- version = " 0.0.9 -beta"
3
+ version = " 0.0.10 -beta"
4
4
description = " Add your description here"
5
5
authors = [{
name =
" amalshaji" ,
email =
" [email protected] " }]
6
6
dependencies = [
Original file line number Diff line number Diff line change @@ -9,9 +9,7 @@ services:
9
9
network_mode : " host"
10
10
11
11
admin :
12
- build :
13
- # use an image
14
- context : admin
12
+ image : ghcr.io/amalshaji/admin:main
15
13
network_mode : " host"
16
14
env_file : .env
17
15
restart : unless-stopped
Original file line number Diff line number Diff line change 9
9
"github.com/urfave/cli/v2"
10
10
)
11
11
12
- const VERSION = "0.0.9 -beta"
12
+ const VERSION = "0.0.10 -beta"
13
13
14
14
func main () {
15
15
app := & cli.App {
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ import (
16
16
"github.com/urfave/cli/v2"
17
17
)
18
18
19
- const VERSION = "0.0.9 -beta"
19
+ const VERSION = "0.0.10 -beta"
20
20
21
21
func main () {
22
22
app := & cli.App {
You can’t perform that action at this time.
0 commit comments