diff --git a/.github/workflows/build-publish.yml b/.github/workflows/build-publish.yml index 753b07b..13dfecd 100644 --- a/.github/workflows/build-publish.yml +++ b/.github/workflows/build-publish.yml @@ -51,6 +51,16 @@ jobs: tags: | insready/drupal-dev:10 insready/drupal-dev:latest + - + name: Build and push - D11 + id: docker_build_11 + uses: docker/build-push-action@v4 + continue-on-error: true + with: + context: ./11/ + push: true + tags: | + insready/drupal-dev:11 - name: Build and push - ContentaCMS id: docker_build_contenta diff --git a/README.md b/README.md index 552bab2..577c686 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,6 @@ The official Drupal Docker library is optimized for production. Therefore, it do - wget - nano - Composer -- [Drush Launcher](https://github.com/drush-ops/drush-launcher) - Xdebug (Remote debugging enabled as default) - phpredis - mhsendmail (for Mailhog)