Compare commits

..

1 commit

Author SHA1 Message Date
81c160a50e Add a docker build step.
All checks were successful
Check / Backend (pull_request) Successful in 6m3s
Check / Frontend (pull_request) Successful in 1m55s
2025-09-27 21:40:38 -07:00

View file

@ -2,7 +2,7 @@ name: Docker Build
on:
push:
branches: [ main, docker ]
branches: [ main ]
env:
# Should speed up builds.
@ -83,4 +83,4 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
cache-to: type=gha,mode=max