Skip to content

Commit

Permalink
Let the build continue while looking for a fix
Browse files Browse the repository at this point in the history
  • Loading branch information
skyred committed Jul 30, 2024
1 parent 0eca831 commit 84ea9be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
name: Build and push - D10
id: docker_build_10
uses: docker/build-push-action@v4
continue-on-error: true
with:
context: ./10/
push: true
Expand Down
2 changes: 1 addition & 1 deletion 10/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ FROM drupal:10
RUN docker-php-ext-install bcmath

# install Drupal Commerce 2.x https://docs.drupalcommerce.org/commerce2/developer-guide/install-update/installation#existing-site
RUN composer config minimum-stability dev \
RUN composer config minimum-stability RC \
&& composer require "drupal/commerce"

0 comments on commit 84ea9be

Please sign in to comment.