ci: add api docker build and push
All checks were successful
Build and Push Docker Image / build (push) Successful in 1m55s

This commit is contained in:
Lars Hampe 2024-09-28 21:27:24 +02:00
parent 04e2164419
commit d19bc2cbef

View File

@ -37,3 +37,6 @@ jobs:
- name: Build and Push Website
run: bun docker:website
- name: Build and Push API
run: bun docker:api