Skip to content

Commit e0a4b19

Browse files
Migrate CI Docker images to GitHub Container Registry
The michielgerritsen/magento-project-community-edition images have moved to ghcr.io/controlaltdelete-nl/magento2-in-a-box/magento-project-community-edition.
1 parent 29eeaf2 commit e0a4b19

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/magento-integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
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/

.github/workflows/phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
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

.github/workflows/release-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
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/

0 commit comments

Comments
 (0)