mirror of
https://github.com/mCaptcha/cache.git
synced 2024-11-21 16:25:19 +03:00
feat: also publish latest docker img
ref: https://github.com/mCaptcha/mCaptcha/issues/37#issuecomment-1206495731
This commit is contained in:
parent
5d4618eb0c
commit
7483bde21f
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -21,6 +21,7 @@ doc:
|
|||
docker:
|
||||
docker build -t mcaptcha/cache:0.1.0-beta -t mcaptcha/cache:latest .
|
||||
docker push mcaptcha/cache:0.1.0-beta
|
||||
docker push mcaptcha/cache:latest
|
||||
|
||||
docker-build:
|
||||
docker build -t mcaptcha/cache:0.1.0-beta -t mcaptcha/cache:latest .
|
||||
|
|
Loading…
Reference in a new issue