Compare commits

..

1 commit

Author SHA1 Message Date
57c1735706 Add a docker build step.
Some checks failed
Check / Backend (pull_request) Has been cancelled
Check / Frontend (pull_request) Has been cancelled
Docker Build / Build and Push Backend Image (push) Successful in 11m7s
Docker Build / Build and Push Frontend Image (push) Failing after 4m59s
2025-09-30 00:13:55 -07:00

View file

@ -23,7 +23,7 @@ jobs:
with: with:
context: ./backend context: ./backend
push: true push: true
tags: https://git.tiramisu.one/drew/captains-log-backend tags: git.tiramisu.one/drew/captains-log-backend
docker-frontend: docker-frontend:
name: Build and Push Frontend Image name: Build and Push Frontend Image
@ -43,4 +43,4 @@ jobs:
with: with:
context: ./frontend context: ./frontend
push: true push: true
tags: https://git.tiramius.one/drew/captains-log-frontend tags: git.tiramius.one/drew/captains-log-frontend