chore(images): Build all images.
Some checks failed
Docker / base (push) Successful in 32m54s
Rust build, test, and generate specification / Rust project (push) Failing after 28m20s
Docker / Build autumn image (push) Has been skipped
Docker / Build bonfire image (push) Has been skipped
Docker / Build crond image (push) Has been skipped
Docker / Build january image (push) Has been skipped
Docker / Build pushd image (push) Has been skipped
Docker / Build delta image (push) Has been skipped
Docker / base (release) Successful in 21m18s
Docker / Build bonfire image (release) Successful in 2m5s
Docker / Build autumn image (release) Successful in 2m10s
Docker / Build crond image (release) Successful in 1m59s
Docker / Build january image (release) Successful in 2m10s
Docker / Build delta image (release) Successful in 1m51s
Docker / Build pushd image (release) Successful in 2m12s

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

View File

@@ -62,15 +62,13 @@ jobs:
if: github.event_name == 'release' if: github.event_name == 'release'
strategy: strategy:
matrix: 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: 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 name: Build ${{ matrix.project }} image
steps: steps:
- name: Checkout - name: Checkout