File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434 fetch-depth : 0
3535
3636 - name : Start Docker
37- run : docker run --detach --name magento-project-community-edition michielgerritsen /magento-project-community-edition:${{ matrix.PHP_VERSION }}-magento${{ matrix.MAGENTO_VERSION }}
37+ run : docker run --detach --name magento-project-community-edition ghcr.io/controlaltdelete-nl/magento2-in-a-box /magento-project-community-edition:${{ matrix.PHP_VERSION }}-magento${{ matrix.MAGENTO_VERSION }}
3838
3939 - name : Upload our code into the docker container
4040 run : docker cp "$(pwd)" magento-project-community-edition:/data/extensions/
Original file line number Diff line number Diff line change 3636 path : module-src
3737
3838 - name : Start Docker
39- run : docker run --detach --name magento-project-community-edition michielgerritsen /magento-project-community-edition:${{ matrix.PHP_VERSION }}-magento${{ matrix.MAGENTO_VERSION }}
39+ run : docker run --detach --name magento-project-community-edition ghcr.io/controlaltdelete-nl/magento2-in-a-box /magento-project-community-edition:${{ matrix.PHP_VERSION }}-magento${{ matrix.MAGENTO_VERSION }}
4040
4141 - name : Extract branch name
4242 id : extract_branch
Original file line number Diff line number Diff line change 3535 fetch-depth : 0
3636
3737 - name : Start Docker
38- run : docker run --detach --name magento-project-community-edition michielgerritsen /magento-project-community-edition:${{ matrix.PHP_VERSION }}-magento${{ matrix.MAGENTO_VERSION }}
38+ run : docker run --detach --name magento-project-community-edition ghcr.io/controlaltdelete-nl/magento2-in-a-box /magento-project-community-edition:${{ matrix.PHP_VERSION }}-magento${{ matrix.MAGENTO_VERSION }}
3939
4040 - name : Upload our code into the docker container
4141 run : docker cp "$(pwd)" magento-project-community-edition:/data/extensions/
You can’t perform that action at this time.
0 commit comments