feat: dont change on install
This commit is contained in:
@@ -25,7 +25,10 @@ tasks:
|
||||
|
||||
push:
|
||||
dir: gitea
|
||||
vars:
|
||||
TAG: git.maximhutz.com/web/git/gitea:latest
|
||||
cmds:
|
||||
- docker build -t web/git . -f Dockerfile --platform linux/amd64,linux/arm64
|
||||
- docker login code.maximhutz.com
|
||||
- docker login git.maximhutz.com -u max
|
||||
- defer: docker logout
|
||||
- docker build . -t {{.TAG}} -f Dockerfile --platform linux/amd64,linux/arm64
|
||||
- docker push {{.TAG}}
|
||||
|
||||
Reference in New Issue
Block a user