1
0
Fork 0
This commit is contained in:
a 2024-04-08 22:49:29 -05:00
parent 3493ff2c19
commit a7ecda47d0
Signed by untrusted user: a
GPG Key ID: 374BC539FE795AF0
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}