Skip to content

Commit

Permalink
fix: image name
Browse files Browse the repository at this point in the history
  • Loading branch information
rti committed Feb 20, 2024
1 parent 7b74f27 commit af8d0bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ runs:

- uses: ./.github/actions/push-ghcr
with:
docker_image: ${{ inputs.component }}
docker_image: "wikibase/${{ inputs.component }}"
github_token: ${{ inputs.github_token }}

# TODO: remove extra step with https://phabricator.wikimedia.org/T347000
- uses: ./.github/actions/push-ghcr
if: inputs.component == 'wikibase'
with:
docker_image: "${{ inputs.component }}-bundle"
docker_image: "wikibase/${{ inputs.component }}-bundle"
github_token: ${{ inputs.github_token }}

0 comments on commit af8d0bf

Please sign in to comment.