Skip to content

Commit

Permalink
Update missing part
Browse files Browse the repository at this point in the history
  • Loading branch information
skyred committed Jul 30, 2024
1 parent dcd0b5f commit 08aa0f2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 08aa0f2

Please sign in to comment.