Skip to content

Commit 08aa0f2

Browse files
committed
Update missing part
1 parent dcd0b5f commit 08aa0f2

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

.github/workflows/build-publish.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,16 @@ jobs:
5151
tags: |
5252
insready/drupal-dev:10
5353
insready/drupal-dev:latest
54+
-
55+
name: Build and push - D11
56+
id: docker_build_11
57+
uses: docker/build-push-action@v4
58+
continue-on-error: true
59+
with:
60+
context: ./11/
61+
push: true
62+
tags: |
63+
insready/drupal-dev:11
5464
-
5565
name: Build and push - ContentaCMS
5666
id: docker_build_contenta

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ The official Drupal Docker library is optimized for production. Therefore, it do
2323
- wget
2424
- nano
2525
- Composer
26-
- [Drush Launcher](https://github.com/drush-ops/drush-launcher)
2726
- Xdebug (Remote debugging enabled as default)
2827
- phpredis
2928
- mhsendmail (for Mailhog)

0 commit comments

Comments
 (0)