Skip to content

Commit

Permalink
Try dev stability
Browse files Browse the repository at this point in the history
  • Loading branch information
skyred committed Jul 30, 2024
1 parent ba1ac27 commit 0eca831
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
-
name: Build and push - D10
id: docker_build_10
uses: docker/build-push-action@v2
uses: docker/build-push-action@v4
with:
context: ./10/
push: true
Expand All @@ -33,7 +33,7 @@ jobs:
-
name: Build and push - D9 dev
id: docker_build_9_dev
uses: docker/build-push-action@v2
uses: docker/build-push-action@v4
continue-on-error: true
with:
context: ./9-dev/
Expand All @@ -43,7 +43,7 @@ jobs:
-
name: Build and push - D10 dev
id: docker_build_10_dev
uses: docker/build-push-action@v2
uses: docker/build-push-action@v4
continue-on-error: true
with:
context: ./10-dev/
Expand All @@ -54,7 +54,7 @@ jobs:
-
name: Build and push - D11 dev
id: docker_build_11_dev
uses: docker/build-push-action@v2
uses: docker/build-push-action@v4
continue-on-error: true
with:
context: ./11-dev/
Expand Down
3 changes: 2 additions & 1 deletion 10/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +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 require "drupal/commerce"
RUN composer config minimum-stability dev \
&& composer require "drupal/commerce"

0 comments on commit 0eca831

Please sign in to comment.