Skip to content

Commit

Permalink
Update build-manual.yaml
Browse files Browse the repository at this point in the history
Defining dockerfile path
  • Loading branch information
liseli authored Feb 7, 2024
1 parent 792a605 commit cd7bfbb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-manual.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
dockerfile: ./solr8.11.2_files/Dockerfile
file: ./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 @@ -47,7 +47,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
dockerfile: ./solr8.11.2_files/Dockerfile
file: ./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 @@ -57,7 +57,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
dockerfile: ./solr8.11.2_files/Dockerfile
file: ./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 cd7bfbb

Please sign in to comment.