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

@ -24,8 +24,6 @@ jobs:
context: ./backend
push: true
tags: drew/captains-log-backend
cache-from: type=gha
cache-to: type=gha,mode=max
docker-frontend:
name: Build and Push Frontend Image
@ -46,5 +44,3 @@ jobs:
context: ./frontend
push: true
tags: drew/captains-log-frontend
cache-from: type=gha
cache-to: type=gha,mode=max