Compare commits

..

1 commit

Author SHA1 Message Date
fe77fb2435 Add a docker build step.
Some checks failed
Check / Backend (pull_request) Successful in 11m42s
Check / Frontend (pull_request) Successful in 1m55s
Docker Build / Build and Push Backend Image (push) Failing after 13m59s
Docker Build / Build and Push Frontend Image (push) Failing after 5m56s
2025-09-28 22:27:53 -07:00

View file

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