Skip to content

Commit eecdada

Browse files
committed
Add removed build rootfs images
1 parent b6ec09f commit eecdada

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/unittests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,12 @@ jobs:
4747
cd build-pack
4848
python3 build.py --source ../app/Source --destination ../docker-context build-mda-dir
4949
50+
- name: Build rootfs images
51+
run: |
52+
cd build-pack
53+
docker build -t mendix-rootfs:app -f rootfs-app.dockerfile .
54+
docker build -t mendix-rootfs:builder -f rootfs-builder.dockerfile .
55+
5056
- name: Build docker image
5157
run: |
5258
docker build -t mxbuildpack docker-context

0 commit comments

Comments
 (0)