mirror of
https://github.com/deiucanta/chatpad.git
synced 2026-03-11 09:04:31 +00:00
Release 0.2.0
This commit is contained in:
parent
ec6f345ec3
commit
f65fe8143f
1 changed files with 1 additions and 1 deletions
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue