Skip to content

Commit

Permalink
fix: param names
Browse files Browse the repository at this point in the history
  • Loading branch information
rti committed Feb 20, 2024
1 parent b2136fc commit a03a312
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,12 @@ runs:

- uses: ./.github/actions/push-ghcr
with:
component: ${{ inputs.component }}
docker_image: ${{ 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:
component: "${{ inputs.component }}-bundle"
docker_image: "${{ inputs.component }}-bundle"
github_token: ${{ inputs.github_token }}

0 comments on commit a03a312

Please sign in to comment.