feat: also publish latest docker img

ref: https://github.com/mCaptcha/mCaptcha/issues/37#issuecomment-1206495731
This commit is contained in:
realaravinth
2022-08-05 19:34:56 +05:30
parent 5d4618eb0c
commit 7483bde21f

View File

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