Skip to content

Commit

Permalink
Merge pull request #309 from netlogix/bugfix/solr
Browse files Browse the repository at this point in the history
  • Loading branch information
saschanowak authored Jul 15, 2024
2 parents b6feeca + 31c8e05 commit b450153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/solr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

- name: Read version from Dockerfile
id: docker
run: echo "version=$(./extract-version.sh ./solr/Dockerfile)" >> $GITHUB_OUTPUT
run: echo "version=$(./extract-version.sh ./solr/${{ matrix.image.file || 'Dockerfile' }})" >> $GITHUB_OUTPUT

- name: Login to GHCR
if: github.event_name != 'pull_request'
Expand Down

0 comments on commit b450153

Please sign in to comment.