Skip to content

Commit

Permalink
Update Solr Dockerfile path for CKAN 2.11 in build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkCalvert committed Jan 19, 2025
1 parent 65c558a commit a73ccf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy-ckan-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Build and push CKAN Solr Docker image
uses: docker/build-push-action@v5
with:
file: ./Images/Solr/8/Dockerfile.solr.ckan-2.11
file: ./Images/Solr/9/Dockerfile.solr.ckan-2.11
context: ./Images/Solr
build-args: |
CKAN_VERSION=${{ inputs.ckan_2_11_version}}
Expand Down

0 comments on commit a73ccf8

Please sign in to comment.