Skip to content

Commit

Permalink
CU-282dkj6: bump to latest patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
tomolopolis committed Mar 10, 2022
1 parent 558d58f commit 330687d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/qa.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ci-build
name: qa-build

on:
push:
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
container_name: medcattrainer
hostname: medcat
restart: always
image: cogstacksystems/medcat-trainer:v2.2.3
image: cogstacksystems/medcat-trainer:v2.2.4
volumes:
- ./configs:/home/configs
- api-media:/home/api/media
Expand All @@ -18,7 +18,7 @@ services:
command: /home/run.sh
nginx:
container_name: medcattrainer_nginx
image: cogstacksystems/medcat-trainer-nginx:v2.2.3
image: cogstacksystems/medcat-trainer-nginx:v2.2.4
restart: always
volumes:
- api-media:/home/api/media
Expand Down

0 comments on commit 330687d

Please sign in to comment.