Skip to content

Commit

Permalink
fix environment variable-name in ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sjorek committed Feb 20, 2023
1 parent bc7cb78 commit 786cf7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ jobs:
with:
context: .
file: ./Docker/SolrServer/Dockerfile
platforms: ${{ env.DOCKER_IMAGE_TAGS }}
platforms: ${{ env.DOCKER_PLATFORMS }}
push: true
tags: ${{ env.DOCKER_IMAGE_TAGS }}
-
Expand Down

0 comments on commit 786cf7f

Please sign in to comment.