Release 0.2.0

This commit is contained in:
Jeremy Marjollet 2023-11-08 17:28:32 +01:00
parent ec6f345ec3
commit f65fe8143f

View file

@ -36,7 +36,7 @@ jobs:
- run:
name: Build docker image
command: |
docker build --target chatpad -t "aegirops/chatpad:latest" -t "aegirops/chatpad:${CIRCLE_TAG}" . --no-cache
docker build -t "aegirops/chatpad:latest" -t "aegirops/chatpad:${CIRCLE_TAG}" . --no-cache
- run:
name: Publish Docker Image to Docker Hub
command: |