7
Some checks failed
Publish Docker Images / docker (push) Failing after 19s

This commit is contained in:
Lee 2023-11-16 12:44:21 +00:00
parent a9f3467a57
commit 667211d956

@ -22,6 +22,9 @@ jobs:
- name: Install dependencies
run: pnpm install
- name: Build Repo
run: pnpm run build
- name: Build and Push (Node)
uses: docker/build-push-action@v4
with: