Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix solr tag name
Browse files Browse the repository at this point in the history
avdata99 committed Jan 21, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent a067d8b commit d3d73fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@ jobs:
options: --user root
services:
solr:
image: ${{ matrix.ckan-version == '2.9' && 'ckan/ckan-solr:2.9-solr8' || 'ckan/ckan-solr:${{ matrix.ckan-version }}-solr9' }}
image: ${{ matrix.ckan-version == '2.9' && 'ckan/ckan-solr:2.9-solr8' || 'ckan/ckan-solr:' + matrix.ckan-version + '-solr9' }}
postgres:
image: ckan/ckan-postgres-dev:${{ matrix.ckan-version }}
env:

0 comments on commit d3d73fd

Please sign in to comment.