Skip to content

Commit

Permalink
Update build-manual.yaml
Browse files Browse the repository at this point in the history
Changing the context on docker compose to run the image to add in the image the data_sample
  • Loading branch information
liseli authored Feb 7, 2024
1 parent bd2abc6 commit 792a605
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build-manual.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ jobs:
- name: Build and push - solr 8, standalone
uses: docker/build-push-action@v5
with:
context: ./solr8.11.2_files
context: .
dockerfile: ./solr8.11.2_files/Dockerfile
platforms: linux/amd64,linux/arm64
push: true
tags: ghcr.io/hathitrust/full-text-search-solr:example-8.11
Expand All @@ -45,7 +46,8 @@ jobs:
- name: Build and push - solr 8, embedded zookeeper
uses: docker/build-push-action@v5
with:
context: ./solr8.11.2_files
context: .
dockerfile: ./solr8.11.2_files/Dockerfile
platforms: linux/amd64,linux/arm64
push: true
tags: ghcr.io/hathitrust/full-text-search-embedded_zoo:example-8.11
Expand All @@ -54,7 +56,8 @@ jobs:
- name: Build and push - solr 8, external zookeeper
uses: docker/build-push-action@v5
with:
context: ./solr8.11.2_files
context: .
dockerfile: ./solr8.11.2_files/Dockerfile
platforms: linux/amd64,linux/arm64
push: true
tags: ghcr.io/hathitrust/full-text-search-cloud:example-8.11
Expand Down

0 comments on commit 792a605

Please sign in to comment.