feat: dont change on install

This commit is contained in:
2025-02-12 00:12:05 -05:00
parent c75ffba58c
commit f458119e2c
2 changed files with 6 additions and 3 deletions

View File

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