Compare commits

..

1 commit

Author SHA1 Message Date
9505a71be2 Add a docker build step.
Some checks failed
Docker Build / Build and Push Backend Image (push) Failing after 40s
Docker Build / Build and Push Frontend Image (push) Failing after 40s
Check / Frontend (pull_request) Has been cancelled
Check / Backend (pull_request) Has been cancelled
2025-09-28 22:25:33 -07:00

View file

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