@@ -24,11 +24,54 @@ jobs:
2424 uses : CultureHQ/actions-yarn@master
2525 with :
2626 args : --cwd services/bot install
27- - name : Build and publish Docker Image to GitHub Packages Registry
27+ - name : Build and publish qutex_bot
2828 uses : VaultVulp/gp-docker-action@1.2.0
2929 with :
3030 github-token : ${{ secrets.GITHUB_TOKEN }}
3131 image-name : qutex_bot
3232 extract-git-tag : true
3333 build-context : ./services/bot
34- dockerfile : ./services/bot/Dockerfile
34+ dockerfile : ./services/bot/Dockerfile
35+ - name : Build and publish qutex_nginx
36+ uses : VaultVulp/gp-docker-action@1.2.0
37+ with :
38+ github-token : ${{ secrets.GITHUB_TOKEN }}
39+ image-name : qutex_nginx
40+ extract-git-tag : true
41+ build-context : ./services/nginx
42+ dockerfile : ./services/nginx/Dockerfile
43+ - name : Build and publish qutex_ui
44+ uses : VaultVulp/gp-docker-action@1.2.0
45+ with :
46+ github-token : ${{ secrets.GITHUB_TOKEN }}
47+ image-name : qutex_ui
48+ extract-git-tag : true
49+ build-context : ./services/ui
50+ dockerfile : ./services/ui/Dockerfile
51+ - name : Build and publish qutex_projects
52+ uses : VaultVulp/gp-docker-action@1.2.0
53+ with :
54+ github-token : ${{ secrets.GITHUB_TOKEN }}
55+ image-name : qutex_projects
56+ extract-git-tag : true
57+ build-context : .
58+ dockerfile : ./services/_api_service_template/Dockerfile
59+ custom-args : --build-arg SERVICE_PREFIX=projects
60+ - name : Build and publish qutex_users
61+ uses : VaultVulp/gp-docker-action@1.2.0
62+ with :
63+ github-token : ${{ secrets.GITHUB_TOKEN }}
64+ image-name : qutex_users
65+ extract-git-tag : true
66+ build-context : .
67+ dockerfile : ./services/_api_service_template/Dockerfile
68+ custom-args : --build-arg SERVICE_PREFIX=users
69+ - name : Build and publish qutex_auth
70+ uses : VaultVulp/gp-docker-action@1.2.0
71+ with :
72+ github-token : ${{ secrets.GITHUB_TOKEN }}
73+ image-name : qutex_auth
74+ extract-git-tag : true
75+ build-context : .
76+ dockerfile : ./services/_api_service_template/Dockerfile
77+ custom-args : --build-arg SERVICE_PREFIX=auth
0 commit comments