chore(images): Build all images.

This commit is contained in:
jmug
2026-06-27 11:31:14 -07:00
parent 7297a64856
commit 070219e08d

View File

@@ -62,15 +62,13 @@ jobs:
if: github.event_name == 'release'
strategy:
matrix:
# Only pushd is built. To add more services later, add
# entries here (paths/images mirror the upstream revolt layout):
# - { project: delta, path: crates/delta, image: handmade-revolt-backend-server }
# - { project: bonfire, path: crates/bonfire, image: handmade-revolt-backend-bonfire }
# - { project: autumn, path: crates/services/autumn, image: handmade-revolt-backend-autumn }
# - { project: january, path: crates/services/january, image: handmade-revolt-backend-january }
# - { project: crond, path: crates/daemons/crond, image: handmade-revolt-backend-crond }
include:
- { project: pushd, path: crates/daemons/pushd, image: handmade-revolt-backend-pushd }
- { project: pushd, path: crates/daemons/pushd, image: handmade-revolt-backend-pushd }
- { project: delta, path: crates/delta, image: handmade-revolt-backend-server }
- { project: bonfire, path: crates/bonfire, image: handmade-revolt-backend-bonfire }
- { project: autumn, path: crates/services/autumn, image: handmade-revolt-backend-autumn }
- { project: january, path: crates/services/january, image: handmade-revolt-backend-january }
- { project: crond, path: crates/daemons/crond, image: handmade-revolt-backend-crond }
name: Build ${{ matrix.project }} image
steps:
- name: Checkout