Skip to content

Commit

Permalink
fix(github-actions): docker image name
Browse files Browse the repository at this point in the history
  • Loading branch information
rti committed Nov 2, 2023
1 parent 23f28b4 commit 1d80fe9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -284,9 +284,10 @@ jobs:
strategy:
fail-fast: false
matrix:
component:
docker_image:
[
"wikibase",
"wikibase-bundle",
"elasticsearch",
"wdqs",
"wdqs-frontend",
Expand All @@ -309,5 +310,5 @@ jobs:
# if: github.ref == 'refs/heads/main'
uses: wmde/tag-push-ghcr-action@v3
with:
image_name: "wikibase/${{ inputs.name }}"
image_name: "wikibase/${{ matrix.docker_image }}"
tag: ${{ github.run_id }}

0 comments on commit 1d80fe9

Please sign in to comment.