ci: add autumn to build list

This commit is contained in:
Paul Makles
2024-09-29 15:10:23 +01:00
parent e270b5df6a
commit 5e1b2e165f

View File

@@ -61,7 +61,7 @@ jobs:
if: github.event_name != 'pull_request' if: github.event_name != 'pull_request'
strategy: strategy:
matrix: matrix:
project: [delta, bonfire] project: [delta, bonfire, autumn]
name: Build ${{ matrix.project }} image name: Build ${{ matrix.project }} image
steps: steps:
# Configure build environment # Configure build environment
@@ -98,6 +98,10 @@ jobs:
"bonfire": { "bonfire": {
"path": "crates/bonfire", "path": "crates/bonfire",
"tag": "${{ github.repository_owner }}/bonfire" "tag": "${{ github.repository_owner }}/bonfire"
},
"autumn": {
"path": "crates/services/autumn",
"tag": "${{ github.repository_owner }}/autumn"
} }
} }
export_to: output export_to: output