ci: add api docker build and push
All checks were successful
Build and Push Docker Image / build (push) Successful in 1m55s
All checks were successful
Build and Push Docker Image / build (push) Successful in 1m55s
This commit is contained in:
parent
04e2164419
commit
d19bc2cbef
@ -36,4 +36,7 @@ jobs:
|
|||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
|
|
||||||
- name: Build and Push Website
|
- name: Build and Push Website
|
||||||
run: bun docker:website
|
run: bun docker:website
|
||||||
|
|
||||||
|
- name: Build and Push API
|
||||||
|
run: bun docker:api
|
Loading…
Reference in New Issue
Block a user