Skip to content

Commit

Permalink
Fix pipeline typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
antarcticrainforest committed Mar 20, 2024
1 parent 0e0d698 commit e58eb2b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build_job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,13 @@ jobs:
with:
python-version: "3.X"

- name: Pull the latest solr image
run: docker pull solr:latest

- name: Get the latest solr version
id: solr
run: |
docker pull solr:latest
echo tag=$(docker inspect solr:latest -f '{{index .Config.Labels "org.opencontainers.image.version"}}') >> GITHUB_OUTPUT
run: echo tag=$(docker inspect solr:latest -f '{{index .Config.Labels "org.opencontainers.image.version"}}') >> $GITHUB_OUTPUT

- name: Get tag
id: repository
run: |
Expand Down

0 comments on commit e58eb2b

Please sign in to comment.