Remove solr build

This commit is contained in:
mnjnz 2023-04-02 01:43:35 +02:00
parent 4702b86449
commit e0eb54f61f
No known key found for this signature in database
GPG Key ID: 2654E8DA034EB7B5
1 changed files with 1 additions and 9 deletions

View File

@ -36,12 +36,4 @@ jobs:
context: ./postgresql context: ./postgresql
file: ./postgresql/Dockerfile file: ./postgresql/Dockerfile
push: false push: false
tags: kowhai/ckan-docker-postgresql:test-build-only tags: kowhai/ckan-docker-postgresql:test-build-only
- name: Solr build
uses: docker/build-push-action@v2
with:
context: ./solr
file: ./solr/Dockerfile
push: false
tags: kowhai/ckan-docker-solr:test-build-only