diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index 4dbeefdc..ffa088f0 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -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