Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/sitectl-create-smoke-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,10 @@ jobs:
--iiif triplet
--iiif-topology disabled
--bot-mitigation off
--yolo
uses: libops/.github/.github/workflows/sitectl-create-smoke-test.yaml@55489923a34bd3714d2a1b9c5f8a6c678ea1cbfe # main
with:
plugin: isle
create-definition: ${{ matrix.create_definition }}
create-args: ${{ matrix.create_args }}
packages: sitectl sitectl-drupal sitectl-isle
package-versions: sitectl=1.0.0 sitectl-drupal=1.0.0 sitectl-isle=1.0.0
allow-unversioned-packages: false
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASE_IMAGE=libops/islandora:nginx-1.30.3-php84@sha256:e9235dc3789d6ba8885849c80888b755d9e60c316e5de8d88bcd5e9d214ecd42
ARG BASE_IMAGE=libops/islandora:nginx-1.30.3-php84@sha256:5a32d7e17b2506059e85d9a193d6284cc34730813e185bacd08aeb35d9acb548
FROM ${BASE_IMAGE}

ARG TARGETARCH
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"drupal/config_update": "^2.0@alpha",
"drupal/context": "^5@RC",
"drupal/controlled_access_terms": "^2",
"drupal/core-composer-scaffold": "~11.3.0",
"drupal/core-recommended": "~11.3.0",
"drupal/core-composer-scaffold": "~11.4.0",
"drupal/core-recommended": "~11.4.0",
"drupal/facets": "^2",
"drupal/field_group": "^4",
"drupal/field_permissions": "^1",
Expand Down
Loading
Loading