fix: Actually create crond container in github workflow
Just one line missing to make the container creation happen
Related to eb5f5f91cd
Signed-off-by: Kyle Kienapfel <doctor.whom@gmail.com>
This commit is contained in:
2
.github/workflows/docker.yaml
vendored
2
.github/workflows/docker.yaml
vendored
@@ -61,7 +61,7 @@ jobs:
|
|||||||
if: github.event_name != 'pull_request'
|
if: github.event_name != 'pull_request'
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
project: [delta, bonfire, autumn, january, pushd]
|
project: [delta, bonfire, autumn, january, pushd, crond]
|
||||||
name: Build ${{ matrix.project }} image
|
name: Build ${{ matrix.project }} image
|
||||||
steps:
|
steps:
|
||||||
# Configure build environment
|
# Configure build environment
|
||||||
|
|||||||
Reference in New Issue
Block a user