Merge branch 'master' into v2-api

This commit is contained in:
a 2024-04-09 03:52:57 +00:00
commit 9869512d3c
1 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,9 @@
VERSION=v0.0.1
build:
docker build -t cr.aaaaa.news/lto:latest .
docker build -t tuxpa.in/a/lto:${VERSION} .
push:
docker push cr.aaaaa.news/lto:latest
docker push tuxpa.in/a/lto:${VERSION}