Skip to content

Commit

Permalink
Updated configset
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-e-dietrich committed Apr 30, 2024
1 parent ae00e86 commit cdb1e6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
VERSION: ${{ matrix.version }}
UPSTREAM_IMAGE: solr:${{ matrix.version }}-slim
BUILD_DIR: "."
SOLR_DEFAULT_CONFIG_SET: "search_api_solr_8.x-3.0"

steps:
-
Expand Down Expand Up @@ -94,6 +95,7 @@ jobs:
build-args: |
FROM=${{ env.UPSTREAM_IMAGE }}
VERSION=${{ env.VERSION }}
SOLR_DEFAULT_CONFIG_SET=${{ env.SOLR_DEFAULT_CONFIG_SET }}
platforms: linux/${{ env.ARCH }}
# Push intermediate arch-specific build tag to repo
tags: ${{ env.BUILD_IMAGE_TAG }}-${{ env.GIT_SHA7 }}-${{ env.ARCH }}
Expand Down

0 comments on commit cdb1e6e

Please sign in to comment.